Class: Copy::Server

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

Class Method Summary collapse

Class Method Details

.config(&block) ⇒ Object



87
88
89
# File 'lib/copy/server.rb', line 87

def self.config(&block)
  class_eval(&block)
end