--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if str starts with the prefix given. full_name: String#start_with? is_singleton: false name: start_with? params: | str.start_with?([prefix]+) => true or false visibility: public