Skip to content

Instantly share code, notes, and snippets.

@sirramongabriel
Last active December 22, 2015 09:58
Show Gist options
  • Select an option

  • Save sirramongabriel/6455526 to your computer and use it in GitHub Desktop.

Select an option

Save sirramongabriel/6455526 to your computer and use it in GitHub Desktop.
class Account
def initialize(balance)
@balance = balance
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment