File: version.rb

package info (click to toggle)
libfakefs-ruby 0.2.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 260 kB
  • ctags: 444
  • sloc: ruby: 1,924; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module FakeFS
  module Version
    VERSION = "0.2.1"

    def self.to_s
      VERSION
    end
  end
end