Object
# File lib/paperclip/geometry_parser_factory.rb, line 4 def initialize(string) @string = string end
# File lib/paperclip/geometry_parser_factory.rb, line 8 def make if match Geometry.new( :height => @height, :width => @width, :modifier => @modifier, :orientation => @orientation ) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.