Class RubyLexer
In: lib/ruby_lexer.rb
Parent: Object

encoding: US-ASCII

Constants

RUBY19 = "".respond_to? :encoding
IDENT_CHAR_RE = if RUBY19 then /[\w\u0080-\uFFFF]/u

[Validate]