# File lib/rvg/units.rb, line 37
                        def pct(of)
                            self * Float(of) / 100.0
                        end