Class: Hieroglyph::NoopSheet
- Inherits:
-
Object
- Object
- Hieroglyph::NoopSheet
- Defined in:
- lib/hieroglyph/noop_sheet.rb
Instance Method Summary collapse
- #add(file) ⇒ Object
-
#initialize ⇒ NoopSheet
constructor
A new instance of NoopSheet.
- #save ⇒ Object
Constructor Details
#initialize ⇒ NoopSheet
Returns a new instance of NoopSheet.
4 5 6 |
# File 'lib/hieroglyph/noop_sheet.rb', line 4 def initialize(*) Hieroglyph.error "ImageMagick not detected - skipping character sheet" end |
Instance Method Details
#add(file) ⇒ Object
7 8 |
# File 'lib/hieroglyph/noop_sheet.rb', line 7 def add(file) end |
#save ⇒ Object
9 10 |
# File 'lib/hieroglyph/noop_sheet.rb', line 9 def save end |