Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/monkey_patches.rb

Overview

Ports over some useful stuff from ActiveSupport for method args

Instance Method Summary collapse

Instance Method Details

#extractable_options?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/monkey_patches.rb', line 3

def extractable_options?
  true
end