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



1144
1145
1146
# File 'lib/ruby_parser_extras.rb', line 1144

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

.keyword19(str) ⇒ Object



1148
1149
1150
# File 'lib/ruby_parser_extras.rb', line 1148

def self.keyword19 str
  WORDLIST19[str]
end