21 22 23 24 25 26
# File 'lib/jsender/json.rb', line 21 def success(data: nil) { 'status' => 'success', 'data' => data }.to_json end