Method: Net::DNS::RR::MR#value
- Defined in:
- lib/net/dns/rr/mr.rb
#value ⇒ Object
Gets the standardized value for this record, represented by the value of newname
.
Returns a String.
24 25 26 |
# File 'lib/net/dns/rr/mr.rb', line 24 def value newname.to_s end |