# File lib/ice_cube.rb, line 83
  def self.compatibility
    @compatibility ||= IceCube::VERSION.scan(/\d+/)[0..1].join.to_i
  end