class Octicons::Octicon

def calculate_width(height)

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