Exception: NotYetImplemented
- Inherits:
-
StandardError
- Object
- StandardError
- NotYetImplemented
- Defined in:
- lib/not_yet_implemented.rb,
lib/not_yet_implemented/version.rb
Constant Summary collapse
- VERSION =
"0.2.0"
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(mid) ⇒ Object
4 5 6 |
# File 'lib/not_yet_implemented.rb', line 4 def method_missing(mid) raise self.class end |