Module: Less::Arguments2
- Defined in:
- lib/less/engine/parser.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
3851 3852 3853 |
# File 'lib/less/engine/parser.rb', line 3851 def all [argument] + tail.elements.map {|e| e.argument } end |
#build ⇒ Object
3845 3846 3847 3848 3849 |
# File 'lib/less/engine/parser.rb', line 3845 def build all.map do |e| e.build if e.respond_to? :build end.compact end |