class ActiveMocker::HashNewStyle

Public Instance Methods

inspect() click to toggle source
# File lib/active_mocker/hash_new_style.rb, line 4
def inspect
  "{ " + map { |name, type| "#{name}: #{type}" }.join(", ") + " }"
end