Skip to content

Instantly share code, notes, and snippets.

@jkprg
Created February 17, 2011 09:52
Show Gist options
  • Save jkprg/831412 to your computer and use it in GitHub Desktop.
Save jkprg/831412 to your computer and use it in GitHub Desktop.
mytest
def foo(param)
puts param
end
def foo2
puts "OK"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment