class Spec::Rake::SpecTask

def evaluate(o) # :nodoc:

:nodoc:
def evaluate(o) # :nodoc:
  case o
    when Proc then o.call
    else o
  end
end