Module: LIRC::Commands::Base
- Included in:
- DrvOption, List, SendOnce, SendStart, SendStop, SetInputlog, SetTransmitters, Simulate
- Defined in:
- lib/lirc/commands.rb
Instance Method Summary collapse
Instance Method Details
#serialize ⇒ Object
20 21 22 23 24 |
# File 'lib/lirc/commands.rb', line 20 def serialize return serialize_type unless respond_to?(:members) "#{serialize_type} #{serialize_args}" end |