File: webrick/version.rb

Overview
Module Structure
Code

Overview

Module Structure

  module: <Toplevel Module>
  module: WEBrick#11
has properties
constant: VERSION #12

Code

   1  #
   2  # version.rb -- version and release date
   3  #
   4  # Author: IPR -- Internet Programming with Ruby -- writers
   5  # Copyright (c) 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU
   6  # Copyright (c) 2003 Internet Programming with Ruby writers. All rights
   7  # reserved.
   8  #
   9  # $IPR: version.rb,v 1.74 2003/07/22 19:20:43 gotoyuzo Exp $
  10 
  11  module WEBrick
  12    VERSION      = "1.3.1"
  13  end