Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/feed2email/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#megabytes ⇒ Object
12 13 14 |
# File 'lib/feed2email/core_ext.rb', line 12 def megabytes self * 1024 * 2014 end |