module Wandrecities

Constants

VERSION

Public Class Methods

fetch(username) click to toggle source
# File lib/wandrecities.rb, line 8
def self.fetch(username)
        wdr = Wandre.new
        wdr.search_for(username)
end