Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created December 11, 2008 15:49
Show Gist options
  • Save NZKoz/34754 to your computer and use it in GitHub Desktop.
Save NZKoz/34754 to your computer and use it in GitHub Desktop.
class Customer
GREETING = "hello world\n".freeze
sleep 5
def scale!
$stdout.write(GREETING)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment