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