module GX module Operations abstract class AbstractCommand abstract def execute() end end end