skylight 1.0.0.beta4 → 1.0.0.beta5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- unless StringScanner.method_defined? :charpos
2
- class StringScanner
3
- def charpos
4
- if string.respond_to?(:byteslice)
5
- string.byteslice(0, pos).length
6
- else
7
- string.unpack("@0a#{pos}").first.force_encoding("UTF-8").length
8
- end
9
- end
10
- end
11
- end
@@ -1,3 +0,0 @@
1
- module SqlLexer
2
- VERSION = "0.0.7"
3
- end