Module: Vanity::Setup
- Defined in:
- lib/vanity-routes/setup.rb
Class Method Summary collapse
Class Method Details
.config {|@@opts| ... } ⇒ Object
5 6 7 |
# File 'lib/vanity-routes/setup.rb', line 5 def self.config yield @@opts if block_given? end |
.opts ⇒ Object
9 10 11 |
# File 'lib/vanity-routes/setup.rb', line 9 def self.opts @@opts end |