Method: Tap::Support::Join#options
- Defined in:
- lib/tap/support/join.rb
#options ⇒ Object
A hash of the configurations set to true.
62 63 64 65 66 |
# File 'lib/tap/support/join.rb', line 62 def opts = config.to_hash opts.delete_if {|key, value| value == false } opts end |