4 5 6 7
# File 'lib/trumpet/user.rb', line 4 def self.create(options) attributes = Trumpet::Request.post('/users', options) User.new(attributes) end