Method: Ccp::Utils::Options::Proxy#options
- Defined in:
- lib/ccp/utils/options.rb
#options ⇒ Object
39 40 41 42 43 44 45 46 |
# File 'lib/ccp/utils/options.rb', line 39 def opts = {} keys.each do |key| val = self[key] opts[key] = val unless val.nil? end return opts end |