class StraightServer::GatewayModule::NoTestPubkey

Public Instance Methods

message() click to toggle source
# File lib/straight-server/gateway.rb, line 45
def message
  "No test public key were found! Gateway can't work in test mode without it.\n" +
  "Please provide it in config file or DB."
end