require './rocket_api/constants' module RocketApi def ping RocketApi::PONG end end