class WebConsole::REPLSession::NotFound

Public Instance Methods

to_json(*) click to toggle source
# File lib/web_console/repl_session.rb, line 12
def to_json(*)
  { error: message }.to_json
end