lib/aviglitch/frame.rb in aviglitch-0.0.1 vs lib/aviglitch/frame.rb in aviglitch-0.0.2
- old
+ new
@@ -1,5 +1,5 @@
-class AviGlitch
+module AviGlitch
# Frame is the struct of the frame data and meta-data.
# You can access this class through AviGlitch::Frames.
# To modify the binary data, operate the +data+ property.
class Frame