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



1215
1216
1217
# File 'lib/ruby_parser_extras.rb', line 1215

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

.keyword19(str) ⇒ Object



1219
1220
1221
# File 'lib/ruby_parser_extras.rb', line 1219

def self.keyword19 str
  WORDLIST19[str]
end