Class: Permalinkable::Configure
- Inherits:
-
Object
- Object
- Permalinkable::Configure
- Defined in:
- lib/permalinkable/configure.rb
Class Method Summary collapse
Class Method Details
.configs ⇒ Object
7 8 9 |
# File 'lib/permalinkable/configure.rb', line 7 def self.configs @@config ||= Hashie::Mash.new end |
.configure {|configs| ... } ⇒ Object
3 4 5 |
# File 'lib/permalinkable/configure.rb', line 3 def self.configure yield configs end |
.key ⇒ Object
11 12 13 |
# File 'lib/permalinkable/configure.rb', line 11 def self.key @@configs.key end |