--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns the smallest Integer greater than or equal to num. Class Numeric achieves this by converting itself to a Float then invoking Float#ceil.
- !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