aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/version.rb
blob: 4a6fd7ace58a28825d0f9530bd24b64138c9d3ed (plain)
1
2
3
4
5
class Version
  def slice(*)
    odisabled "Version#slice", "Version#to_s.slice"
  end
end