class Github::Gists

def comments

Access to Gists::Comments API
def comments
  @comments ||= ApiFactory.new 'Gists::Comments'
end