Module: Proxly

Defined in:
lib/proxly/railtie.rb,
lib/proxly.rb,
lib/proxly/version.rb,
lib/proxly/host_router.rb

Overview

TODO:

  • Try to implement auto-start stop in the gem

Defined Under Namespace

Modules: HostRouter Classes: Railtie

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Proxly)

    the object that the method was called on



9
10
11
# File 'lib/proxly.rb', line 9

def self.setup
  yield self
end