Module: Flonkerton::Drawable

Included in:
Font, Image
Defined in:
lib/flonkerton.rb

Instance Method Summary collapse

Instance Method Details

#draw(options = {}) ⇒ Object



22
23
24
# File 'lib/flonkerton.rb', line 22

def draw(options = {})
  super(*draw_args(defaults.merge(options)))
end