Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rubydns/extensions/string.rb
Instance Method Summary collapse
-
#chunked(chunk_size = 255) ⇒ Object
Chunk a string which is required for the TEXT
resource_class.
Instance Method Details
#chunked(chunk_size = 255) ⇒ Object
Chunk a string which is required for the TEXT resource_class.
25 26 27 |
# File 'lib/rubydns/extensions/string.rb', line 25 def chunked(chunk_size = 255) RubyDNS::chunked(self) end |