lib/cfoundry/user.rb in cfoundry-0.2.1 vs lib/cfoundry/user.rb in cfoundry-0.2.2
- old
+ new
@@ -16,10 +16,11 @@
@email = email
@client = client
@manifest = manifest
end
- def inspect # :nodoc:
+ # Show string representing the user.
+ def inspect
"#<User '#@email'>"
end
# Delete the user from the target.
def delete!