module BelphaniorServantHelper
Public Class Methods
text_out_as_json(text_representation, status=200)
click to toggle source
# File lib/belphanior/servant/belphanior_servant_helper.rb, line 2 def self.text_out_as_json(text_representation, status=200) [status, {"Content-Type" => "application/json"}, text_representation] end