Method: Librarian::Dependency#inconsistent_with?
- Defined in:
- lib/librarian/dependency.rb
#inconsistent_with?(other) ⇒ Boolean
184 185 186 |
# File 'lib/librarian/dependency.rb', line 184 def inconsistent_with?(other) !consistent_with?(other) end |