calculate_width

in lib/octicons_gem/lib/octicons/octicon.rb [77:80]


    def calculate_width(height)
      (height.to_i * @width) / @height
    end