Module: Flonkerton::Drawable
Instance Method Summary collapse
Instance Method Details
permalink #draw(options = {}) ⇒ Object
[View source]
22 23 24 |
# File 'lib/flonkerton.rb', line 22 def draw( = {}) super(*draw_args(defaults.merge())) end |