module Tins::Implement

def implement_in_submodule(method_name)

def implement_in_submodule(method_name)
  implement method_name,
    'method %{method_name} has to be implemented in submodules of'\
    ' %{module}'
end