Skip to content

Instantly share code, notes, and snippets.

@StlTenny
Created October 15, 2013 20:29
Show Gist options
  • Save StlTenny/6998157 to your computer and use it in GitHub Desktop.
Save StlTenny/6998157 to your computer and use it in GitHub Desktop.
Vim Slime Output
2.0.0-p195 :002 > first = "This is a test"
=> "This is a test"
2.0.0-p195 :003 > second = " to see if our slimey screen works"
=> " to see if our slimey screen works"
2.0.0-p195 :004 > third = first + second
=> "This is a test to see if our slimey screen works"
2.0.0-p195 :005 > puts third
This is a test to see if our slimey screen works
=> nil
2.0.0-p195 :006 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment