8233c5871f
* New primary interface #call makes specs and implementations much easier * We had #each mostly for historical reasons that are not relevant anymore * Mutation covers the Mutant::Matcher namespace
6 lines
155 B
Ruby
6 lines
155 B
Ruby
module Mutant
|
|
# Class or Module bound to an exact expression
|
|
class Scope
|
|
include Concord::Public.new(:raw, :expression)
|
|
end # Scope
|
|
end # Mutant
|