class RubyParserStuff::Keyword

Constants

WORDLIST

Public Class Methods

keyword(str) click to toggle source
# File lib/ruby_parser_extras.rb, line 1781
def self.keyword str
  WORDLIST[str]
end