class Peek::Views::Host
Public Class Methods
new(options = {})
click to toggle source
Returns Peek::Views::Host
# File lib/peek/views/host.rb, line 6 def initialize(options = {}) @hostname = hostname end
Public Instance Methods
hostname()
click to toggle source
# File lib/peek/views/host.rb, line 10 def hostname `hostname` end