Method: Shared::Installation#to_s

Defined in:
lib/vas/shared/installations.rb

#to_sString

Returns a string representation of the installation.

Returns:

  • (String)

    a string representation of the installation



62
63
64
# File 'lib/vas/shared/installations.rb', line 62

def to_s #:nodoc:
  "#<#{self.class} version='#@version'>"
end