Parent

Methods

Class/Module Index [+]

Quicksearch

Rabbit::Format::Size

Public Class Methods

new(value) click to toggle source
# File lib/rabbit/formatter.rb, line 97
def initialize(value)
  value = value.ceil if value.is_a?(Numeric)
  super(value)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.