Class: Fig::Grammar::V2Parser

Inherits:
Treetop::Runtime::CompiledParser
  • Object
show all
Includes:
V2
Defined in:
lib/fig/grammar/v2.rb,
lib/fig/grammar_monkey_patches.rb

Instance Method Summary collapse

Methods included from V2

#_nt_config_statement, #_nt_file_path, #_nt_include_file, #_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

#_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



25
26
27
# File 'lib/fig/grammar_monkey_patches.rb', line 25

def version()
  return 2
end