# File lib/scruffy/components/base.rb, line 45 def relative(pct) @render_height * ( pct / 100.to_f ) end