class GemsExplorer
Public Class Methods
call()
click to toggle source
# File lib/gems_explorer.rb, line 5 def self.call response = HTTParty.get('https://rubygems.org/api/v2/rubygems/cucumber/versions/7.0.0.json') p response end