class NotYetImplemented
Constants
- VERSION
Public Instance Methods
method_missing(mid)
click to toggle source
# File lib/not_yet_implemented.rb, line 4 def method_missing(mid) raise self.class end
# File lib/not_yet_implemented.rb, line 4 def method_missing(mid) raise self.class end