Module: Shoes::Background
Instance Method Summary collapse
-
#background(color, options = {}) ⇒ Object
NOTE: this needs to be passed through in order for the styling to work.
Instance Method Details
#background(color, options = {}) ⇒ Object
NOTE: this needs to be passed through in order for the styling to work
10 11 12 |
# File 'lacci/lib/shoes/background.rb', line 10 def background(color, = {}) self.background_color = color end |