Module: Less::Arguments2
- Defined in:
- lib/less/engine/parser.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
3688 3689 3690 |
# File 'lib/less/engine/parser.rb', line 3688 def all [argument] + tail.elements.map {|e| e.argument } end |
#build ⇒ Object
3682 3683 3684 3685 3686 |
# File 'lib/less/engine/parser.rb', line 3682 def build all.map do |e| e.build if e.respond_to? :build end.compact end |