Libraries
»
doing
(2.1.48)
»
Index
»
Doing
»
Util
»
#mergable?
Method: Doing::Util#mergable?
Defined in:
lib/doing/util.rb
#
mergable?
(value) ⇒
Boolean
Returns:
(
Boolean
)
94 95 96
# File 'lib/doing/util.rb', line 94
def
mergable?
(
value
)
value
.
is_a?
(
Hash
)
end