class Object

Public Instance Methods

private?() click to toggle source
# File lib/git_heroes/ext/faraday.rb, line 6
def private?
  false
end
shared_max_age() click to toggle source
# File lib/git_heroes/ext/faraday.rb, line 10
def shared_max_age
  36000
end