Codebase list ruby-fxruby / a045fea lib / fox16 / version.rb
a045fea

Tree @a045fea (Download .tar.gz)

version.rb @a045fearaw · history · blame

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