Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created May 1, 2013 23:03
Show Gist options
  • Save marti1125/5499069 to your computer and use it in GitHub Desktop.
Save marti1125/5499069 to your computer and use it in GitHub Desktop.
ruby class plus init method
class Library
attr_accessor :games
def initialize(games)
@games = games
end
end
@bilatun
Copy link

bilatun commented May 9, 2014

I dont have enough information from this site
Friv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment