Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/encoder.rb
Overview
Adding decode to all objects simplifies the complexity of handling Fixnums with decodable values.
Instance Attribute Summary collapse
-
#decode ⇒ Object
Returns the value of attribute decode.
Instance Attribute Details
#decode ⇒ Object
Returns the value of attribute decode.
4 5 6 |
# File 'lib/encoder.rb', line 4 def decode @decode end |