Class: Fig::Grammar::V1Parser
- Inherits:
-
Treetop::Runtime::CompiledParser
- Object
- Treetop::Runtime::CompiledParser
- Fig::Grammar::V1Parser
- Includes:
- V1
- Defined in:
- lib/fig/grammar/v1.rb,
lib/fig/grammar_monkey_patches.rb
Instance Method Summary collapse
Methods included from V1
#_nt_config_statement, #_nt_package, #root
Methods included from V1Base
#_nt_archive, #_nt_command, #_nt_command_line, #_nt_config, #_nt_config_name, #_nt_config_statement_with_ws, #_nt_descriptor_string, #_nt_environment_variable_name, #_nt_environment_variable_name_value, #_nt_include, #_nt_override, #_nt_package_statement, #_nt_package_statement_with_ws, #_nt_path, #_nt_quoted_or_bare_string, #_nt_resource, #_nt_retrieve, #_nt_set, #root
Methods included from Version
Methods included from Base
#_nt_comment, #_nt_optional_ws, #_nt_optional_ws_or_comment, #_nt_ws, #_nt_ws_or_comment, #root
Instance Method Details
#version ⇒ Object
21 22 23 |
# File 'lib/fig/grammar_monkey_patches.rb', line 21 def version() return 1 end |