Method: Wright::Resource::User#remove
- Defined in:
- lib/wright/resource/user.rb
#remove ⇒ Bool
Removes the user.
60 61 62 63 64 |
# File 'lib/wright/resource/user.rb', line 60 def remove might_update_resource do @provider.remove end end |