Skip to content

Instantly share code, notes, and snippets.

@Delitecake
Last active December 16, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Delitecake/d58eaa482319d50adc12 to your computer and use it in GitHub Desktop.
Save Delitecake/d58eaa482319d50adc12 to your computer and use it in GitHub Desktop.
cake.rb in die Konsole laden
$ load 'E:\cake.rb' # Den Pfad müsst ihr ggf. anpassen (Rechtsklick auf eure Datei und auf Eigenschaften)
=> true
$ cake = Cake.new # Kuchen erstellen
=> #<Cake:0x00000002ad99e8>
$ cake.eat
=> "Du hast mich gegessen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment