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() super() @width = [:width].to_i end |