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:
965 966 967 968 |
# File 'lib/oktest.rb', line 965 def _repr(depth=0, buf="") #:nodoc: #; [!qi1af] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#_repr(): not implemented yet." end |
#accept_visitor(visitor, *args) ⇒ Object
955 956 957 958 |
# File 'lib/oktest.rb', line 955 def accept_visitor(visitor, *args) #; [!b0e20] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#accept_visitor(): not implemented yet." end |
#unlink_parent ⇒ Object
960 961 962 963 |
# File 'lib/oktest.rb', line 960 def unlink_parent() #; [!5a0i9] raises NotImplementedError. raise NotImplementedError.new("#{self.class.name}#unlink_parent(): not implemented yet.") end |