# File lib/twitter/base.rb, line 89
    def [](method)
      send(method.to_sym)
    rescue NoMethodError
      nil
    end