Module: Stampy::Functions
- Defined in:
- lib/stampy/functions.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.declare(*args) ⇒ Object
4 5 6 |
# File 'lib/stampy/functions.rb', line 4 def self.declare(*args) Sass::Script::Functions.declare *args end |
Instance Method Details
#stamp ⇒ String
11 12 13 14 15 |
# File 'lib/stampy/functions.rb', line 11 def stamp @timestamp = @version = version Sass::Script::String.new(comment) end |
#stampy ⇒ Object
18 19 20 |
# File 'lib/stampy/functions.rb', line 18 def stampy stamp end |