lib/tynn/matchers.rb in tynn-1.0.0 vs lib/tynn/matchers.rb in tynn-1.1.0
- old
+ new
@@ -4,10 +4,10 @@
# Examples
#
# require "tynn"
# require "tynn/matchers"
#
- # Tynn.helpers(Tynn::Matchers)
+ # Tynn.plugin(Tynn::Matchers)
#
module Matchers
module InstanceMethods
# Public: A catch-all matcher. Always executes the given block.
#