Fix stlye in Mutant::Matcher::Methods

This commit is contained in:
Markus Schirp 2013-07-28 19:59:25 +02:00
parent 907fc47b98
commit 8a9828762d

View file

@ -1,6 +1,6 @@
module Mutant
class Matcher
# Abstract base class for matcher that returns method subjects extracted from scope
# Abstract base class for matcher that returns method subjects from scope
class Methods < self
include AbstractType, Concord::Public.new(:cache, :scope)