Method: TabsTabs::Resolutionable::ClassMethods#to_seconds
- Defined in:
- lib/tabs_tabs/resolutionable.rb
#to_seconds ⇒ Object
26 27 28 |
# File 'lib/tabs_tabs/resolutionable.rb', line 26 def to_seconds raise "Must implement #to_seconds in the concrete resolution module" end |