Class: Shoes::Border

Inherits:
Pattern show all
Defined in:
lib/blue_shoes/pattern.rb

Instance Method Summary collapse

Instance Method Details

#to_patternObject

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