require 'fulmar/shell' module Fulmar module Infrastructure module Service # This is only a wrapper to fit the shell into the naming scheme class ShellService < Fulmar::Shell; end end end end