module Remoting

Public Class Methods

config() click to toggle source
# File lib/remoting/config.rb, line 14
def config
  @config ||= Config.new
end

Private Instance Methods

config() click to toggle source
# File lib/remoting/config.rb, line 14
def config
  @config ||= Config.new
end