Class: EacCli::Config

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/eac_cli/config.rb,
lib/eac_cli/config/entry.rb,
lib/eac_cli/config/entry/options.rb,
lib/eac_cli/config/entry/undefined.rb

Defined Under Namespace

Classes: Entry

Instance Method Summary collapse

Instance Method Details

#entry(path, options = {}) ⇒ Object



7
8
9
# File 'lib/eac_cli/config.rb', line 7

def entry(path, options = {})
  ::EacCli::Config::Entry.new(self, path, options)
end

#subObject



11
12
13
# File 'lib/eac_cli/config.rb', line 11

def sub
  __getobj__
end