2bb3cc1b2e
* removed trailing newline from elixir snippets * 5 convenience snippets I often use
6 lines
No EOL
87 B
Text
6 lines
No EOL
87 B
Text
# -*- mode: snippet -*-
|
|
# name: pry
|
|
# key: pry
|
|
# group: debug
|
|
# --
|
|
require IEx; IEx.pry |