Skip to content

Instantly share code, notes, and snippets.

@boxofrad
Created May 17, 2013 07:04
Show Gist options
  • Save boxofrad/5597416 to your computer and use it in GitHub Desktop.
Save boxofrad/5597416 to your computer and use it in GitHub Desktop.
class Something
def some_method(param)
@param = param
100.times { puts "Hello #{param}" }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment