Method: MonoclePrint::GraphicsRegistry#style

Defined in:
lib/monocle-print/graphics/registry.rb

#style(name) ⇒ Object



22
23
24
# File 'lib/monocle-print/graphics/registry.rb', line 22

def style( name )
  named_styles[ name.to_s ]
end