Current Path :
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
String
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/share/ri/1.8/system/String/empty%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>str</em> has a length of zero. - !ruby/struct:SM::Flow::VERB body: " "hello".empty? #=> false\n "".empty? #=> true\n" full_name: String#empty? is_singleton: false name: empty? params: | str.empty? => true or false visibility: public