Class: Amnesie::Host
- Inherits:
-
Object
- Object
- Amnesie::Host
- Defined in:
- lib/amnesie/host.rb
Instance Method Summary collapse
-
#initialize ⇒ Host
constructor
A new instance of Host.
- #to_s ⇒ Object
Constructor Details
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'lib/amnesie/host.rb', line 12 def to_s "Your hostname will become #{@hostname}" end |