module ExternalServices class Dummy def initialize end def test(arg = nil) return 'OK' end end end