aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ruby-ole/lib/ole/file_system.rb
blob: 24d330a92f96a862e4ff35597edcfad8ced98fcd (plain)
1
2
# keeping this file around for now, but will delete later on...
require 'ole/storage/file_system'
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#! /usr/bin/ruby
=begin
  version - version information of Ruby-GetText-Package

  Copyright (C) 2005-2009 Masao Mutoh
 
  You may redistribute it and/or modify it under the same
  license terms as Ruby or LGPL.
=end
module GetText
  VERSION = "2.1.0"
end