7 8 9 10
# File 'lib/tellus/cli.rb', line 7 def address(latitude, longtitude) tellus_client = Tellus::Client.new latitude, longtitude puts tellus_client.get_address end