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:
946 947 948 949 |
# File 'lib/oktest.rb', line 946 def _repr(depth=0, buf="") #:nodoc: #; [!qi1af] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#_repr(): not implemented yet." end |
#accept_visitor(visitor, *args) ⇒ Object
936 937 938 939 |
# File 'lib/oktest.rb', line 936 def accept_visitor(visitor, *args) #; [!b0e20] raises NotImplementedError. raise NotImplementedError, "#{self.class.name}#accept_visitor(): not implemented yet." end |
#unlink_parent ⇒ Object
941 942 943 944 |
# File 'lib/oktest.rb', line 941 def unlink_parent() #; [!5a0i9] raises NotImplementedError. raise NotImplementedError.new("#{self.class.name}#unlink_parent(): not implemented yet.") end |