Class: RubyParserStuff::Keyword

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_parser_extras.rb

Defined Under Namespace

Classes: KWtable

Constant Summary collapse

WORDLIST =

:startdoc:

Class Method Summary collapse

Class Method Details

.keyword(str) ⇒ Object



1246
1247
1248
# File 'lib/ruby_parser_extras.rb', line 1246

def self.keyword str
  WORDLIST[str]
end