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