Method: HtmlSlicer::ResizingOptions#initialize

Defined in:
lib/html_slicer/options.rb

#initialize(options) ⇒ ResizingOptions

Returns a new instance of ResizingOptions.



69
70
71
72
# File 'lib/html_slicer/options.rb', line 69

def initialize(options)
  super(options)
  @width = options[:width].to_i
end