Method: RunLoop::Xcode#to_s

Defined in:
lib/run_loop/xcode.rb

#to_sObject

Returns a String representation.



20
21
22
# File 'lib/run_loop/xcode.rb', line 20

def to_s
  "#<Xcode #{version.to_s}>"
end