class Ryb::InternalDependency
Public Class Methods
new(product)
click to toggle source
# File lib/ryb/dependency.rb, line 8 def initialize(product) self.product = product end
Public Instance Methods
==(other)
click to toggle source
# File lib/ryb/dependency.rb, line 13 def ==(other) self.product == other.product end
Also aliased as: eql?