[Source]
# File lib/vcs/vcs.rb, line 170 def output= ( anObject ) super @out_io = @output.to_io_for_commands end
# File lib/vcs/vcs.rb, line 175 def to_s begin @output.read rescue IOError => ex super end end
[Validate]