Skip to content

Instantly share code, notes, and snippets.

@100lp
Last active December 11, 2015 04:58
Show Gist options
  • Save 100lp/4548945 to your computer and use it in GitHub Desktop.
Save 100lp/4548945 to your computer and use it in GitHub Desktop.
class Panda
def hello argument
@masiv ||= [].push argument
@masiv.each {|i| puts "Wazzup #{i}"}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment