lib/yammer.rb in yammer-client-0.1.6 vs lib/yammer.rb in yammer-client-0.1.7

- old
+ new

@@ -17,9 +17,13 @@ module Yammer class << self include Configurable include ApiHandler + def to_s + "<#{self.name}: #{self.options.inspect}>" + end + private def method_missing(method_name, *args, &block) return super unless api_handler.respond_to?(method_name) api_handler.send(method_name, *args, &block) end \ No newline at end of file