lib/sparkql/lexer.rb in sparkql-1.1.6 vs lib/sparkql/lexer.rb in sparkql-1.1.7
- old
+ new
@@ -1,4 +1,6 @@
+require 'strscan'
+
class Sparkql::Lexer < StringScanner
include Sparkql::Token
attr_accessor :level, :block_group_identifier
- old
+ new