Unstructured text resource.
Constants
No documentation available
Attributes
Class Methods
lib/resolv.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/resolv.rb, line 2426
def initialize(first_string, *rest_strings)
@strings = [first_string, *rest_strings]
end
No documentation available
Instance Methods
#
lib/resolv.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/resolv.rb, line 2438
def data
@strings.join("")
end
Returns the concatenated string from strings
.