Class: WordcutA::TextRange
- Inherits:
-
Struct
- Object
- Struct
- WordcutA::TextRange
- Defined in:
- lib/wordcuta.rb
Instance Attribute Summary collapse
-
#e ⇒ Object
Returns the value of attribute e.
-
#s ⇒ Object
Returns the value of attribute s.
Instance Attribute Details
#e ⇒ Object
Returns the value of attribute e
24 25 26 |
# File 'lib/wordcuta.rb', line 24 def e @e end |
#s ⇒ Object
Returns the value of attribute s
24 25 26 |
# File 'lib/wordcuta.rb', line 24 def s @s end |