Class: PNG::FileHeader
- Inherits:
-
Object
- Object
- PNG::FileHeader
- Defined in:
- lib/spittle/png/file_header.rb
Instance Method Summary collapse
Instance Method Details
#encode ⇒ Object
3 4 5 |
# File 'lib/spittle/png/file_header.rb', line 3 def encode [137, 80, 78, 71, 13, 10, 26, 10].pack("C*") end |