Method: TwitterJekyll::ApiRequest#ssl?

Defined in:
lib/jekyll-twitter-plugin.rb

#ssl?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Always;

Returns:

  • (Boolean)


113
114
115
# File 'lib/jekyll-twitter-plugin.rb', line 113

def ssl?
  true
end