Method: Nanite::Packet#initialize
- Defined in:
- lib/nanite/packets.rb
#initialize ⇒ Packet
Returns a new instance of Packet.
5 6 7 |
# File 'lib/nanite/packets.rb', line 5 def initialize raise NotImplementedError.new("#{self.class.name} is an abstract class.") end |