Skip to content

Instantly share code, notes, and snippets.

@aalvesjr
Created July 1, 2015 11:38
Show Gist options
  • Select an option

  • Save aalvesjr/7fb6605db480cc4488d8 to your computer and use it in GitHub Desktop.

Select an option

Save aalvesjr/7fb6605db480cc4488d8 to your computer and use it in GitHub Desktop.
snippets-ruby from atom.io
'.source.ruby':
'Function':
'prefix': 'def'
'body': '''
def ${1:method}(${2:args})
${3:# body}
end
'''
'Variable':
'prefix': '@'
'body': '@$1 = $1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment