7 8 9
# File 'lib/bmg.rb', line 7 def mutable(enumerable, type = Type::ANY) Relation::InMemory::Mutable.new(type, enumerable).spied(main_spy) end