Method: Wedge.setup
- Defined in:
- lib/wedge.rb
.setup {|Config| ... } ⇒ Object
Used to setup the component with default options.
217 218 219 |
# File 'lib/wedge.rb', line 217 def setup(&block) block.call config if block_given? end |
Used to setup the component with default options.
217 218 219 |
# File 'lib/wedge.rb', line 217 def setup(&block) block.call config if block_given? end |