Codebase list ruby-fxruby / 7b2d93d lib / fox16 / version.rb
7b2d93d

Tree @7b2d93d (Download .tar.gz)

version.rb @7b2d93draw · history · blame

1
2
3
4
5
module Fox
  def Fox.fxrubyversion
    "1.6.45"
  end
end