Method: Tap::Support::Join#options

Defined in:
lib/tap/support/join.rb

#optionsObject

A hash of the configurations set to true.



62
63
64
65
66
# File 'lib/tap/support/join.rb', line 62

def options
  opts = config.to_hash
  opts.delete_if {|key, value| value == false }
  opts
end