require 'gobstones/lang/definitions/definition_call' module Gobstones module Lang class FunctionCall include DefinitionCall end end end