Class: Alula::Bootstrap
- Inherits:
-
Theme
- Object
- Theme
- Alula::Bootstrap
- Defined in:
- lib/alula/themes/bootstrap.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
3 4 5 |
# File 'lib/alula/themes/bootstrap.rb', line 3 def path File.(File.join(File.dirname(__FILE__), %w{.. .. .. themes bootstrap})) end |
#version ⇒ Object
7 8 9 |
# File 'lib/alula/themes/bootstrap.rb', line 7 def version Alula::Themes::VERSION::STRING end |