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