class RubyParser::Legacy::RubyParserStuff::Keyword

Constants

WORDLIST18
WORDLIST19

Public Class Methods

keyword18(str) click to toggle source
# File lib/ruby_parser/legacy/ruby_parser_extras.rb, line 1270
def self.keyword18 str # REFACTOR
  WORDLIST18[str]
end
keyword19(str) click to toggle source
# File lib/ruby_parser/legacy/ruby_parser_extras.rb, line 1274
def self.keyword19 str
  WORDLIST19[str]
end