Method: AirVideo::AvMap::BinaryData#initialize
- Defined in:
- lib/airvideo.rb
#initialize(data) ⇒ BinaryData
Not to be used outside of the AvMap module
305 306 307 |
# File 'lib/airvideo.rb', line 305 def initialize(data) @data = data end |