Class: Fig::Grammar::V0Parser
- Inherits:
-
Treetop::Runtime::CompiledParser
- Object
- Treetop::Runtime::CompiledParser
- Fig::Grammar::V0Parser
- Includes:
- V0
- Defined in:
- lib/fig/grammar/v0.rb,
lib/fig/grammar_monkey_patches.rb
Instance Method Summary collapse
Methods included from V0
#_nt_archive, #_nt_asset_location, #_nt_command, #_nt_command_line, #_nt_config, #_nt_config_name, #_nt_config_statement, #_nt_descriptor_string, #_nt_environment_variable_name, #_nt_environment_variable_name_value, #_nt_include, #_nt_override, #_nt_package, #_nt_package_statement, #_nt_path, #_nt_resource, #_nt_retrieve, #_nt_retrieve_path, #_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
15 16 17 |
# File 'lib/fig/grammar_monkey_patches.rb', line 15 def version() return 0 end |