Class: Zerbo::BadSignal
Instance Attribute Summary
Attributes inherited from Packet
#data, #owner, #sequence, #type
Instance Method Summary collapse
Methods inherited from Packet
#guess_length, inherited, #initialize, #name, #to_i
Constructor Details
This class inherits a constructor from Zerbo::Packet
Instance Method Details
#inspect ⇒ Object
250 251 252 |
# File 'lib/zerbo.rb', line 250 def inspect format_inspect(to_b) end |
#to_b ⇒ Object
246 247 248 |
# File 'lib/zerbo.rb', line 246 def to_b !to_i.zero? end |