Codebase list ruby-fxruby / 50997f9 lib / fox16 / version.rb
50997f9

Tree @50997f9 (Download .tar.gz)

version.rb @50997f9raw · history · blame

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