Method: Flatrack#config
- Defined in:
- lib/flatrack.rb
#config {|Flatrack| ... } ⇒ Flatrack
Configure the flatrack instance
81 82 83 84 85 86 87 |
# File 'lib/flatrack.rb', line 81 def config yield self if block_given? OpenStruct.new( site_root: site_root, raise_errors: raise_errors ).freeze end |