Method: CSL::Style.load

Defined in:
lib/csl/style.rb

.load(input = nil) ⇒ Object



20
21
22
# File 'lib/csl/style.rb', line 20

def load(input = nil)
  super(input || Style.default)
end