lib/ronin/model/cacheable/cacheable.rb in ronin-1.0.0.pre4 vs lib/ronin/model/cacheable/cacheable.rb in ronin-1.0.0.rc1

- old
+ new

@@ -201,10 +201,10 @@ @original_loaded == true end # # Loads the code from the cached file for the object, and instance - # evals it into the object. + # evaluates it into the object. # # @return [Boolean] # Indicates the original code was successfully loaded. # def load_original!