Source: show | on GitHub
# File activemodel/test/cases/attribute_methods_test.rb, line 12 def attributes { foo: 'value of foo', baz: 'value of baz' } end