module Cura::Attributes

Public Instance Methods

draw_windows() click to toggle source
# File lib/cura/attributes/has_windows.rb, line 59
def draw_windows
  windows.each(&:draw)
end