Flowdock
evaluate(o) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/rake/spectask.rb, line 205
      def evaluate(o) # :nodoc:
        case o
          when Proc then o.call
          else o
        end
      end
Register or log in to add new notes.