Libraries
»
basic-rope
(0.0.2)
»
Index
»
Rope
»
InteriorNode
»
#right
Method: Rope::InteriorNode#right
Defined in:
lib/rope/interior_node.rb
#
right
⇒
Object
(readonly)
Left and right nodes
8 9 10
# File 'lib/rope/interior_node.rb', line 8
def
right
@right
end