module ActiveGenie::Battle

def basic(...)

def basic(...)
  Basic.call(...)
end

def call(...)

def call(...)
  Basic.call(...)
end