Skip to content

Instantly share code, notes, and snippets.

@Delitecake
Created April 20, 2013 11:17
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/b0774735d5f3bc1b8efe to your computer and use it in GitHub Desktop.
Save Delitecake/b0774735d5f3bc1b8efe to your computer and use it in GitHub Desktop.
Das erste Ruby Script. Eine Klasse mit einer Methode.
class Cake
def eat
"Du hast mich gegessen"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment