Method: Treely::Configuration#initialize
- Defined in:
- lib/treely/configuration.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/treely/configuration.rb', line 5 def initialize @style = { :dot => %{\x2e}, :space => %{\x20}, :new_line => %{\x0a}, :bar => %{│ }, :indent => %{ }, :branch => %{├── }, :last_branch => %{└── } } end |