This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
compat
/
version.rb
6 lines
91 B
Ruby
Raw
Normal View
History
Unescape
Escape
Reorganize compat
2013-05-09 23:53:26 -05:00
class
Version
Add more deprecations, disable some existing ones. Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
2018-01-09 19:52:34 +00:00
def
slice
(
*
)
odisabled
"
Version
#
slice
"
,
"
Version
#
to_s.slice
"
Reorganize compat
2013-05-09 23:53:26 -05:00
end
end
Reference in New Issue
Copy Permalink