Class: Dino::TxRx::Serial
- Inherits:
-
Object
- Object
- Dino::TxRx::Serial
- Defined in:
- lib/smalruby/hardware/dino/fix_gets.rb
Instance Method Summary collapse
Instance Method Details
#io ⇒ Object
41 42 43 44 45 46 47 |
# File 'lib/smalruby/hardware/dino/fix_gets.rb', line 41 def io unless @io @io = connect @io.extend(Mutex_m) end @io end |