mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
@@ -5,7 +5,7 @@ include Java
|
|||||||
# Concepts
|
# Concepts
|
||||||
# * Pull in a java class
|
# * Pull in a java class
|
||||||
# * calling a method, Camel vs snake
|
# * calling a method, Camel vs snake
|
||||||
# * Resovling module/class name conflicts
|
# * Resolving module/class name conflicts
|
||||||
# * Showing what gets returned
|
# * Showing what gets returned
|
||||||
# * Ruby Strings VS Java Strings
|
# * Ruby Strings VS Java Strings
|
||||||
# * Calling custom java class
|
# * Calling custom java class
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ namespace "check" do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Run some simple consistancy checks"
|
desc "Run some simple consistency checks"
|
||||||
task :check => ["check:abouts", "check:asserts"]
|
task :check => ["check:abouts", "check:asserts"]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ include Java
|
|||||||
# Concepts
|
# Concepts
|
||||||
# * Pull in a java class
|
# * Pull in a java class
|
||||||
# * calling a method, Camel vs snake
|
# * calling a method, Camel vs snake
|
||||||
# * Resovling module/class name conflicts
|
# * Resolving module/class name conflicts
|
||||||
# * Showing what gets returned
|
# * Showing what gets returned
|
||||||
# * Ruby Strings VS Java Strings
|
# * Ruby Strings VS Java Strings
|
||||||
# * Calling custom java class
|
# * Calling custom java class
|
||||||
|
|||||||
Reference in New Issue
Block a user