Class: Hieroglyph::NoopSheet

Inherits:
Object
  • Object
show all
Defined in:
lib/hieroglyph/noop_sheet.rb

Instance Method Summary collapse

Constructor Details

#initializeNoopSheet

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

#saveObject



9
10
# File 'lib/hieroglyph/noop_sheet.rb', line 9

def save
end