calculate_height

in lib/octicons_gem/lib/octicons/octicon.rb [81:84]


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