PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Numeric
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns the smallest <tt>Integer</tt> greater than or equal to <em>num</em>. Class <tt>Numeric</tt> achieves this by converting itself to a <tt>Float</tt> then invoking <tt>Float#ceil</tt>. - !ruby/struct:SM::Flow::VERB body: " 1.ceil #=> 1\n 1.2.ceil #=> 2\n (-1.2).ceil #=> -1\n (-1.0).ceil #=> -1\n" full_name: Numeric#ceil is_singleton: false name: ceil params: | num.ceil => integer visibility: public
[-] coerce-i.yaml
[edit]
[-] round-i.yaml
[edit]
[-] %3c%3d%3e-i.yaml
[edit]
[-] divmod-i.yaml
[edit]
[-] singleton_method_added-i.yaml
[edit]
[-] cdesc-Numeric.yaml
[edit]
[-] ceil-i.yaml
[edit]
[-] nonzero%3f-i.yaml
[edit]
[-] truncate-i.yaml
[edit]
[-] real-i.yaml
[edit]
[-] arg-i.yaml
[edit]
[-] abs-i.yaml
[edit]
[-] %2d%40-i.yaml
[edit]
[-] zero%3f-i.yaml
[edit]
[-] conjugate-i.yaml
[edit]
[-] im-i.yaml
[edit]
[-] modulo-i.yaml
[edit]
[-] integer%3f-i.yaml
[edit]
[-] fdiv-i.yaml
[edit]
[-] floor-i.yaml
[edit]
[-] step-i.yaml
[edit]
[-] polar-i.yaml
[edit]
[-] to_int-i.yaml
[edit]
[-] remainder-i.yaml
[edit]
[-] quo-i.yaml
[edit]
[-] image-i.yaml
[edit]
[-] %2b%40-i.yaml
[edit]
[-] eql%3f-i.yaml
[edit]
[+]
..
[-] angle-i.yaml
[edit]
[-] imag-i.yaml
[edit]
[-] div-i.yaml
[edit]
[-] conj-i.yaml
[edit]