Files
.emacs.d/snippets/ruby-mode/misc/atr
2015-01-22 20:49:39 +00:00

7 lines
137 B
Plaintext

# name: attributes(:name => :name, :market_name => "")
# key: atr
# --
attributes(
:name => :${1:name},
:market_name => "$0"
)