Class: Shoes::Border
Instance Method Summary collapse
-
#to_pattern ⇒ Object
Creates a basic pattern object based on the color, gradient or image used to paint this border.
Instance Method Details
#to_pattern ⇒ Object
Creates a basic pattern object based on the color, gradient or image used to paint this border. The pattern may then be re-used in new borders and backgrounds.
65 66 67 68 |
# File 'lib/blue_shoes/pattern.rb', line 65 def to_pattern # returns a Shoes::Pattern throw NotImplementedError end |