Typos.
This commit is contained in:
@@ -5,7 +5,7 @@ include Java
|
||||
# Concepts
|
||||
# * Pull in a java class
|
||||
# * calling a method, Camel vs snake
|
||||
# * Resovling module/class name conflicts
|
||||
# * Resolving module/class name conflicts
|
||||
# * Showing what gets returned
|
||||
# * Ruby Strings VS Java Strings
|
||||
# * Calling custom java class
|
||||
|
||||
@@ -21,7 +21,7 @@ def in_ruby_version(*versions)
|
||||
end
|
||||
|
||||
# Standard, generic replacement value.
|
||||
# If value19 is given, it is used inplace of value for Ruby 1.9.
|
||||
# If value19 is given, it is used in place of value for Ruby 1.9.
|
||||
def __(value="FILL ME IN", value19=:mu)
|
||||
if RUBY_VERSION < "1.9"
|
||||
value
|
||||
|
||||
@@ -29,5 +29,5 @@ namespace "check" do
|
||||
end
|
||||
end
|
||||
|
||||
desc "Run some simple consistancy checks"
|
||||
desc "Run some simple consistency checks"
|
||||
task :check => ["check:abouts", "check:asserts"]
|
||||
|
||||
@@ -5,7 +5,7 @@ include Java
|
||||
# Concepts
|
||||
# * Pull in a java class
|
||||
# * calling a method, Camel vs snake
|
||||
# * Resovling module/class name conflicts
|
||||
# * Resolving module/class name conflicts
|
||||
# * Showing what gets returned
|
||||
# * Ruby Strings VS Java Strings
|
||||
# * Calling custom java class
|
||||
|
||||
@@ -21,7 +21,7 @@ def in_ruby_version(*versions)
|
||||
end
|
||||
|
||||
# Standard, generic replacement value.
|
||||
# If value19 is given, it is used inplace of value for Ruby 1.9.
|
||||
# If value19 is given, it is used in place of value for Ruby 1.9.
|
||||
def __(value="FILL ME IN", value19=:mu)
|
||||
if RUBY_VERSION < "1.9"
|
||||
value
|
||||
|
||||
Reference in New Issue
Block a user