Class: Anticuado::Base
- Inherits:
-
Object
- Object
- Anticuado::Base
- Defined in:
- lib/anticuado/base.rb
Direct Known Subclasses
Elixir::Hex, IOS::Carthage, IOS::CocoaPods, Java::Gradle, JavaScript::Npm, JavaScript::Yarn, Ruby::Bundler
Class Method Summary collapse
Class Method Details
.format(_outdated) ⇒ Object
7 8 9 |
# File 'lib/anticuado/base.rb', line 7 def self.format(_outdated) raise NotImplementedError end |
.outdated(_project) ⇒ Object
3 4 5 |
# File 'lib/anticuado/base.rb', line 3 def self.outdated(_project) raise NotImplementedError end |