halogenandtoast/timelord

View on GitHub
lib/timelord/future_matcher.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Timelord
  class FutureMatcher < Matcher
    def to_date
      Future.new(parse_date).to_date
    end
  end
end