lib/eac_launcher/instances/base.rb in eac_launcher-0.1.0 vs lib/eac_launcher/instances/base.rb in eac_launcher-0.1.1

- old
+ new

@@ -59,10 +59,10 @@ File.basename(self) end def current_cache stereotypes.each do |s| - return s.transpose_class.new(self) if s.transpose_class + return s.warp_class.new(self) if s.warp_class end raise "None stereotype of \"#{to_root_path}\" has subclass \"CurrentCache\" " \ "(#{stereotypes.join(', ')})" end