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



9
10
11
# File 'lib/eac_cli/config.rb', line 9

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

#subObject



13
14
15
# File 'lib/eac_cli/config.rb', line 13

def sub
  __getobj__
end