Sha256: 713d4121d97226c82fbe0926e6bb0879469fbd1c285f2ea36a3daa2a4c20c115
Contents?: true
Size: 1.66 KB
Versions: 12
Compression:
Stored size: 1.66 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: ceil:@docstringIC:YARD::Docstring"*Returns the smallest <code>Integer</code> greater than or equal to <i>num</i>. Class <code>Numeric</code> achieves this by converting itself to a <code>Float</code> then invoking <code>Float#ceil</code>. 1.ceil #=> 1 1.2.ceil #=> 2 (-1.2).ceil #=> -1 (-1.0).ceil #=> -1 :@objectu:YARD::StubProxyNumeric#ceil: @summary0: @all"OReturns the smallest <code>Integer</code> greater than or equal to <i>num</i>. Class <code>Numeric</code> achieves this by converting itself to a <code>Float</code> then invoking <code>Float#ceil</code>. 1.ceil #=> 1 1.2.ceil #=> 2 (-1.2).ceil #=> -1 (-1.0).ceil #=> -1 @overload ceil @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Numeric#ceil;;;IC; "