class BooticCli::Themes::ItemWithTime
Public Instance Methods
==(other)
click to toggle source
# File lib/bootic_cli/themes/api_theme.rb, line 11 def ==(other) # puts "Comparing with time #{self.updated_on} vs #{other.updated_on}" self.updated_on.to_i == other.updated_on.to_i end
updated_on()
click to toggle source
Calls superclass method
# File lib/bootic_cli/themes/api_theme.rb, line 7 def updated_on Time.parse(super) end