Class: Turboname::Dictionary

Inherits:
Object
  • Object
show all
Defined in:
lib/turboname/dictionary.rb

Overview

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

Direct Known Subclasses

Random

Instance Method Summary collapse

Instance Method Details

#getObject



5
# File 'lib/turboname/dictionary.rb', line 5

def get; ''; end