Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created July 23, 2008 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nkpart/1538 to your computer and use it in GitHub Desktop.
Save nkpart/1538 to your computer and use it in GitHub Desktop.
$logger = Object.new {
#now I want to override stuff in here
def foo
"bar"
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment