class Octicons::Octicon

def calculate_height(width)

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