Returns a new instance of Tree.
3 4 5 6 7
# File 'lib/treely/tree.rb', line 3 def initialize(source) @style = Treely[:style] @contents = %{} treely source end