Class
TMail::StringPort
In:
lib/action_mailer/vendor/tmail-1.2.3/tmail/port.rb
Parent:
Port
StringPort
Methods
==
aopen
copy_to
cp
eql?
hash
inspect
move_to
new
read_all
remove
reproducible?
rm
ropen
size
string
to_s
wopen
Public Class methods
new
( str = '' )
Public Instance methods
==
( other )
aopen
( &block )
copy_to
( port )
cp
( port )
Alias for
copy_to
eql?
( other )
Alias for #==
hash
()
inspect
()
move_to
( port )
read_all
()
Alias for
to_s
remove
()
reproducible?
()
rm
()
Alias for
remove
ropen
( &block )
size
()
string
()
to_s
()
wopen
( &block )
[Validate]