Method: Stylish::Stylesheet#initialize

Defined in:
lib/stylish/core.rb

#initializeStylesheet

Stylesheets are pure aggregate objects; they can contain child nodes, but have no data of their own. Their initializer therefore accepts no arguments.



26
27
28
# File 'lib/stylish/core.rb', line 26

def initialize
  @nodes = []
end