Class: Fig::Grammar::V0Parser

Inherits:
Treetop::Runtime::CompiledParser
  • Object
show all
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

#_nt_grammar_version, #root

Methods included from Base

#_nt_comment, #_nt_optional_ws, #_nt_optional_ws_or_comment, #_nt_ws, #_nt_ws_or_comment, #root

Instance Method Details

#versionObject



13
14
15
# File 'lib/fig/grammar_monkey_patches.rb', line 13

def version()
  return 0
end