Class: BooticCli::Themes::ItemWithTime

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/bootic_cli/themes/api_theme.rb

Direct Known Subclasses

APIAsset

Instance Method Summary collapse

Instance Method Details

#updated_onObject



7
8
9
# File 'lib/bootic_cli/themes/api_theme.rb', line 7

def updated_on
  Time.parse(super)
end