Method: Gorgeous#to_s

Defined in:
lib/gorgeous.rb

#to_sObject



107
108
109
# File 'lib/gorgeous.rb', line 107

def to_s
  @str ||= @input.respond_to?(:read) ? @input.read : @input
end