class Input

Public Instance Methods

url() click to toggle source
# File lib/input.rb, line 7
def url
    cTemp = (URI.parse("https://labict.be/software-engineering/temperature/api/temperature/fake").read).to_f
    puts cTemp
    return cTemp
end