Class: GhPreview::Server

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/gh_preview/server.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ Server

Returns a new instance of Server.



34
35
36
37
# File 'lib/gh_preview/server.rb', line 34

def initialize(file)
  super
  @file = file
end