관리-도구
편집 파일: %7c-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Or---Returns <tt>true</tt>. As <em>anObject</em> is an argument to a method call, it is always evaluated; there is no short-circuit evaluation in this case. - !ruby/struct:SM::Flow::VERB body: " true | puts("or")\n true || puts("logical or")\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " or\n" full_name: TrueClass#| is_singleton: false name: "|" params: | true | obj => true visibility: public