module Srm
Constants
- VERSION
Public Instance Methods
is_a_hash?(object)
click to toggle source
# File lib/srm.rb, line 4 def is_a_hash?(object) object.is_a? ::Hash end
# File lib/srm.rb, line 4 def is_a_hash?(object) object.is_a? ::Hash end