관리-도구
편집 파일: debug_output%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: set_debug_output block_params: comment: - !ruby/struct:SM::Flow::P body: "WARNING: This method causes serious security holes. Use this method for only debugging." - !ruby/struct:SM::Flow::P body: "Set an output stream for debug logging. You must call this before #start." - !ruby/struct:SM::Flow::VERB body: " # example\n smtp = Net::SMTP.new(addr, port)\n smtp.set_debug_output $stderr\n smtp.start do |smtp|\n ....\n end\n" full_name: Net::SMTP#debug_output= is_singleton: false name: debug_output= params: (arg) visibility: public