# File lib/flickr/base.rb, line 138 def call_method(method,args={}) @auth_mode ? call_auth_method(method,args) : call_unauth_method(method,args) end