class WpTimthumb

Public Instance Methods

==(other) click to toggle source

@param [ WpTimthumb ] other

@return [ Boolean ]

# File lib/common/models/wp_timthumb.rb, line 14
def ==(other)
  url == other.url
end