lib/ezid/client.rb in ezid-client-1.0.1 vs lib/ezid/client.rb in ezid-client-1.1.0
- old
+ new
@@ -57,11 +57,11 @@
logout
end
end
def inspect
- "#<#{self.class.name} connection=#{connection.inspect} " \
- "user=\"#{user}\" session=#{logged_in? ? 'OPEN' : 'CLOSED'}>"
+ "#<#{self.class.name} connection=#{connection.inspect}, " \
+ "user=#{user.inspect}, session=#{logged_in? ? 'OPEN' : 'CLOSED'}>"
end
# The client configuration
# @return [Ezid::Configuration] the configuration object
def config