DelegateClass(Float)
6 10px 125%
# File lib/less/engine/nodes/literal.rb, line 98 98: def dup 99: self 100: end
# File lib/less/engine/nodes/literal.rb, line 106 106: def inspect 107: to_s 108: end
# File lib/less/engine/nodes/literal.rb, line 110 110: def to_css 111: "#{(self % 1).zero?? "#{self.to_i}#@unit" : self}" 112: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.