Class: RubyParserStuff::Keyword

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

Defined Under Namespace

Classes: KWtable

Constant Summary collapse

WORDLIST18 =

:startdoc:

WORDLIST19 =

Class Method Summary collapse

Class Method Details

.keyword18(str) ⇒ Object

REFACTOR



1186
1187
1188
# File 'lib/ruby_parser_extras.rb', line 1186

def self.keyword18 str # REFACTOR
  WORDLIST18[str]
end

.keyword19(str) ⇒ Object



1190
1191
1192
# File 'lib/ruby_parser_extras.rb', line 1190

def self.keyword19 str
  WORDLIST19[str]
end