Skip to content

Instantly share code, notes, and snippets.

@be9
Created October 8, 2008 06:07
Show Gist options
  • Select an option

  • Save be9/15454 to your computer and use it in GitHub Desktop.

Select an option

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