13 Feb 2014
Welp, this is a blog post. There are many like it, but this blog post is mine. Say hi!
def print_hi(name) puts "Hi, #{name}" end print_hi('Nathan') #=> prints 'Hi, Nathan' to STDOUT.
more soon...