mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(snippets/ruby): use $stdout instead of STDOUT for spd snippet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# name: STDOUT.puts debug
|
||||
# name: $stdout.puts debug
|
||||
# key: spd
|
||||
# --
|
||||
STDOUT.puts "\n>>>>>> ${1:name}: ${2:#{$1${3:.inspect}}}\n"$0
|
||||
$stdout.puts "\n>>>>>> ${1:name}: ${2:#{$1${3:.inspect}}}\n"$0
|
||||
Reference in New Issue
Block a user