Object
# File lib/less/ext.rb, line 40 40: def dissolve 41: ary = flatten.compact 42: case ary.size 43: when 0 then [] 44: when 1 then first 45: else ary 46: end 47: end
# File lib/less/ext.rb, line 49 49: def one? 50: size == 1 51: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.