class Turboname::Dictionary

a turboname dictionary is a class gets instantiated and is supposed to respond to the :get message with a domain name.

Public Instance Methods

get() click to toggle source
# File lib/turboname/dictionary.rb, line 5
def get; ''; end