Skip to content

Instantly share code, notes, and snippets.

@be9
Created October 8, 2008 06:07
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 be9/15454 to your computer and use it in GitHub Desktop.
Save be9/15454 to your computer and use it in GitHub Desktop.
class StubErrors
def on(*args); [] end
end
class MyObject
# .......
def errors; StubErrors.new end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment