method
to_s
Ruby latest stable (v1_9_3_392)
-
0 notes -
Class: Fragment
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- What's this?
Related methods
- Class methods (3)
-
for
(<= v1_9_1_378)
-
new
(<= v1_9_1_378)
-
type_name
(<= v1_9_1_378)
- Instance methods (2)
-
add_text
(<= v1_9_1_378)
-
to_s
(<= v1_9_1_378)
= private
= protected
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
These similar methods exist in v1_9_3_392:
- Array#to_s
- Bignum#to_s
- NameError#to_s
- Exception#to_s
- Proc#to_s
- Module#to_s
- Method#to_s
- Object#to_s
- UnboundMethod#to_s
- Hash#to_s
- Float#to_s
- Fixnum#to_s
- Symbol#to_s
- FalseClass#to_s
- NilClass#to_s
- TrueClass#to_s
- String#to_s
- Range#to_s
- Regexp#to_s
- MatchData#to_s
- Struct#to_s
- Time#to_s
- CGI::Cookie#to_s
- Complex#to_s
- Date#to_s
- Foo#to_s
- IPAddr#to_s
- Rational#to_s
- Vector#to_s
- Matrix#to_s
- OpenStruct#to_s
- Pathname#to_s
- Resolv::IPv4#to_s
- Resolv::IPv6#to_s
- Resolv::DNS::Message::MessageEncoder#to_s
- Resolv::DNS::Name#to_s
- Resolv::DNS::Label::Str#to_s
- Shell::Filter#to_s
- WIN32OLE_PARAM#to_s
- WIN32OLE_TYPE#to_s
- WIN32OLE_VARIABLE#to_s
- WIN32OLE_METHOD#to_s
- Process::Status#to_s
- Benchmark::Tms#to_s
- DRb::DRbURIOption#to_s
- IRB::Context#to_s
- URI::MailTo#to_s
- URI::FTP#to_s
- URI::Generic#to_s
- RDoc::Alias#to_s
- RDoc::Attr#to_s
- RDoc::ClassModule#to_s
- REXML::Output#to_s
- REXML::Text#to_s
- REXML::CData#to_s
- REXML::Entity#to_s
- REXML::ExternalEntity#to_s
- REXML::NotationDecl#to_s
- REXML::ParseException#to_s
- REXML::Attribute#to_s
- REXML::Declaration#to_s
- REXML::Light::Node#to_s
- REXML::Node#to_s
- REXML::Validation::State#to_s
- REXML::Validation::Event#to_s
- REXML::Validation::Ref#to_s
- REXML::DTD::NotationDecl#to_s
- REXML::DTD::EntityDecl#to_s
- RSS::XMLStyleSheet#to_s
- RSS::Element#to_s
- WEBrick::HTTPVersion#to_s
- WEBrick::HTTPRequest#to_s
- WEBrick::Cookie#to_s
- WEBrick::HTTPResponse#to_s
- WEBrick::HTTPUtils::FormData#to_s
- RSS::XML::Element#to_s
- DateTime#to_s
- BigDecimal#to_s
- CSV::Row#to_s
- CSV::Table#to_s
- Encoding#to_s
- OpenSSL::BN#to_s
- OpenSSL::Config#to_s
- OpenSSL::HMAC#to_s
- OpenSSL::Netscape::SPKI#to_s
- OpenSSL::PKCS7#to_s
- OpenSSL::PKey::DH#to_s
- OpenSSL::PKey::DSA#to_s
- OpenSSL::PKey::RSA#to_s
- OpenSSL::X509::CRL#to_s
- OpenSSL::X509::Certificate#to_s
- OpenSSL::X509::Name#to_s
- OpenSSL::X509::Request#to_s
- OptionParser#to_s
- OptionParser::ParseError#to_s
- RDoc::Markup::AttrChanger#to_s
- RDoc::Markup::Special#to_s
- WIN32OLE_TYPELIB#to_s
- Digest::Instance#to_s
- ARGF#to_s
- Addrinfo#to_s
- DL::CStructEntity#to_s
- Gem::Dependency#to_s
- Gem::Package::TarHeader#to_s
- Gem::Platform#to_s
- Gem::RemoteFetcher::FetchError#to_s
- Gem::Requirement#to_s
- Gem::Specification#to_s
- MiniTest::Spec#to_s
- OpenSSL::X509::Extension#to_s
- RDoc::Constant#to_s
- RDoc::Context#to_s
- RDoc::Include#to_s
- RDoc::MethodAttr#to_s
- RDoc::NormalClass#to_s
- RDoc::Require#to_s
- RDoc::TopLevel#to_s
- Rake::EarlyTime#to_s
- Rake::FileList#to_s
- Rake::InvocationChain#to_s
- Rake::InvocationChain::EmptyInvocationChain#to_s
- Rake::Task#to_s
- Rake::TaskArguments#to_s
- Test::Unit::Runner::Worker#to_s
- Win32::SSPI::SSPIResult#to_s
to_s()
public
No documentation
This method has no description. You can help the Ruby community by adding new notes.
Hide source
# File lib/rdoc/markup/fragments.rb, line 43 def to_s "L#@level: #{self.class.name.split('::')[-1]}\n#@txt" end


