22 23 24
# File 'lib/snip/commands.rb', line 22 def edit_snippet(args, options={}) Snip::Command::Edit.new(args, options).execute end