# File lib/less/engine/nodes/property.rb, line 178 def to_ruby map do |i| i.respond_to?(:to_ruby) ? i.to_ruby : i.to_s end end