Method: Conreality::Binary#initialize
- Defined in:
- lib/conreality/binary.rb
#initialize(session, id) ⇒ Binary
Returns a new instance of Binary.
37 38 39 40 |
# File 'lib/conreality/binary.rb', line 37 def initialize(session, id) super(session) @id = id.to_i end |