File: tesly.rb

package info (click to toggle)
stompserver 0.9.9gem-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 372 kB
  • sloc: ruby: 2,801; sh: 171; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
begin
  require 'tesly_reporter'
  
  module TeslyReporter
    class Config
      AppName = 'StompServer' unless const_defined? :AppName
      # put your code here
      # User = 'id'
    end
  end
  
rescue LoadError => err
  # do nothing
end