lib/vedeu/models/stream.rb in vedeu-0.2.4 vs lib/vedeu/models/stream.rb in vedeu-0.2.5

- old
+ new

@@ -118,10 +118,10 @@ # @param method [Symbol] The name of the method sought. # @param args [Array] The arguments which the method was to be invoked with. # @param block [Proc] The optional block provided to the method. # @return [] def method_missing(method, *args, &block) - Vedeu.log("Stream#method_missing '#{method.to_s}' (args: #{args.inspect})") + Vedeu.log("Stream#method_missing '#{method}' (args: #{args.inspect})") @self_before_instance_eval.send(method, *args, &block) if @self_before_instance_eval end end # Stream