class RubyParserStuff::Keyword
Constants
- WORDLIST
Public Class Methods
keyword(str)
click to toggle source
# File lib/ruby_parser_extras.rb, line 1782 def self.keyword str WORDLIST[str] end
# File lib/ruby_parser_extras.rb, line 1782 def self.keyword str WORDLIST[str] end