lib/remarkable/base.rb in remarkable-3.1.6 vs lib/remarkable/base.rb in remarkable-3.1.7

- old
+ new

@@ -1,7 +1,7 @@ -module Remarkable - # This class holds the basic structure for Remarkable matchers. All matchers - # must inherit from it. +module Remarkable + # This class holds the basic structure for Remarkable matchers. All matchers + # must inherit from it. class Base include Remarkable::Messages extend Remarkable::DSL # Optional to provide spec binding to matchers.