Class: Reline::KillRing::RingPoint
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/reline/kill_ring.rb |
Class Method Summary
- .new(str) ⇒ RingPoint constructor
Instance Attribute Summary
Instance Method Summary
Constructor Details
.new(str) ⇒ RingPoint
Instance Attribute Details
#backward (rw)
[ GitHub ]#forward (rw)
[ GitHub ]#str (rw)
[ GitHub ]Instance Method Details
#==(other)
[ GitHub ]# File 'lib/reline/kill_ring.rb', line 14
def ==(other) object_id == other.object_id end