Method: EacCli::Config::Entry#value
- Defined in:
- lib/eac_cli/config/entry.rb
#value ⇒ Object?
21 22 23 |
# File 'lib/eac_cli/config/entry.rb', line 21 def value sub_entry.found? ? sub_value_to_return : nil end |
21 22 23 |
# File 'lib/eac_cli/config/entry.rb', line 21 def value sub_entry.found? ? sub_value_to_return : nil end |