Skip to content

Commit

Permalink
Added Java Interop koans if running jruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 28, 2010
1 parent 5b483df commit fdb8774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions koans/path_to_enlightenment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
require 'about_class_methods'
require 'about_message_passing'
require 'about_proxy_object_project'
in_ruby_version("jruby") do
require 'about_java_interop'
end
require 'about_extra_credit'
3 changes: 3 additions & 0 deletions src/path_to_enlightenment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
require 'about_class_methods'
require 'about_message_passing'
require 'about_proxy_object_project'
in_ruby_version("jruby") do
require 'about_java_interop'
end
require 'about_extra_credit'

0 comments on commit fdb8774

Please sign in to comment.