Module: NeonSakura
- Defined in:
- lib/neon_sakura.rb,
lib/neon_sakura/engine.rb,
lib/neon_sakura/version.rb,
lib/neon_sakura/icon_helper.rb,
lib/neon_sakura/theme_helper.rb,
lib/neon_sakura/configuration.rb,
lib/neon_sakura/profile_helper.rb,
lib/neon_sakura/theme_importer.rb,
lib/neon_sakura/stylesheet_helper.rb,
app/helpers/neon_sakura/navbar_helper.rb
Defined Under Namespace
Modules: IconHelper, NavbarHelper, ProfileHelper, StylesheetHelper, ThemeHelper Classes: Configuration, Engine, Error, ThemeImporter
Constant Summary collapse
- VERSION =
"0.1.11"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
90 91 92 |
# File 'lib/neon_sakura/configuration.rb', line 90 def configuration @configuration end |
Class Method Details
.config ⇒ Object
98 99 100 |
# File 'lib/neon_sakura/configuration.rb', line 98 def self.config configuration || Configuration.new end |
.configure {|configuration| ... } ⇒ Object
93 94 95 96 |
# File 'lib/neon_sakura/configuration.rb', line 93 def self.configure self.configuration ||= Configuration.new yield(configuration) if block_given? end |