107 108 109
# File 'lib/gorgeous.rb', line 107 def to_s @str ||= @input.respond_to?(:read) ? @input.read : @input end