module ReverseProxy

Public Instance Methods

version() click to toggle source
# File lib/reverse_proxy.rb, line 5
def version
  File.open(File.expand_path("../../VERSION", __FILE__)).read.strip
end