Class: Simple::Marshal::Buf
- Inherits:
-
Struct
- Object
- Struct
- Simple::Marshal::Buf
- Defined in:
- lib/appswarm/simple_marshal.rb,
lib/appswarm/simple_marshal.rb
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos
50 51 52 |
# File 'lib/appswarm/simple_marshal.rb', line 50 def pos @pos end |
#str ⇒ Object
Returns the value of attribute str
50 51 52 |
# File 'lib/appswarm/simple_marshal.rb', line 50 def str @str end |
Instance Method Details
#buf ⇒ Object
53 54 55 |
# File 'lib/appswarm/simple_marshal.rb', line 53 def buf str[pos..-1] end |