class Nokogiri::VersionInfo

def ruby_minor

def ruby_minor
  Gem::Version.new(::RUBY_VERSION).segments[0..1].join(".")
end