Class: Oktest::Item
- Inherits:
-
Object
- Object
- Oktest::Item
- Defined in:
- lib/oktest.rb
Instance Method Summary collapse
-
#_repr(depth = 0, buf = "") ⇒ Object
:nodoc:.
- #accept_visitor(visitor, *args) ⇒ Object
- #unlink_parent ⇒ Object
Instance Method Details
#_repr(depth = 0, buf = "") ⇒ Object
:nodoc:
653 654 655 656 |
# File 'lib/oktest.rb', line 653 def _repr(depth=0, buf="") #:nodoc: #; [!qi1af] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#_repr(): not implemented yet." end |
#accept_visitor(visitor, *args) ⇒ Object
643 644 645 646 |
# File 'lib/oktest.rb', line 643 def accept_visitor(visitor, *args) #; [!b0e20] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#accept_visitor(): not implemented yet." end |
#unlink_parent ⇒ Object
648 649 650 651 |
# File 'lib/oktest.rb', line 648 def unlink_parent() #; [!5a0i9] raises NotImplementedError. raise NotImplementedError.new("#{self.class.name}#unlink_parent(): not implemented yet.") end |