class Guard::Options

def fetch(name)

workaround for: https://github.com/erikhuda/thor/issues/504
def fetch(name)
  super(name.to_s)
end