Files
atom/bundles/ruby.tmbundle/Support/RubyMate/test.rb
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

20 lines
289 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# encoding: utf-8
# p __FILE__, $PROGRAM_NAME
at_exit { puts "I am <at> the exit!" }
puts "thats nice"
STDERR.write "this is my important stuff\n"
system("echo '<strong>bad!</strong>' 1>&2")
require "erb"
foo = "bar"
p ERB.new("<%= foo %>").result
def charlie
sheen
end
charlie