Module: RubyLexer::RubyLexer1_9

Defined in:
lib/rubylexer.rb

Instance Method Summary collapse

Instance Method Details

#keyword___ENCODING__(str, offset, result) ⇒ Object



1429
1430
1431
1432
# File 'lib/rubylexer.rb', line 1429

def keyword___ENCODING__(str,offset,result)
  #result.last.value=huh
  return result
end

#keyword_not(*args, &block) ⇒ Object



1434
# File 'lib/rubylexer.rb', line 1434

def keyword_not(*args,&block) _keyword_funclike(*args,&block) end