data/lib/NAME.rb.bns in TwP-bones-2.3.0 vs data/lib/NAME.rb.bns in TwP-bones-2.4.0
- old
+ new
@@ -27,10 +27,10 @@
#
def self.path( *args )
args.empty? ? PATH : ::File.join(PATH, args.flatten)
end
- # Utility method used to rquire all files ending in .rb that lie in the
+ # Utility method used to require all files ending in .rb that lie in the
# directory below this file that has the same name as the filename passed
# in. Optionally, a specific _directory_ name can be passed in such that
# the _filename_ does not have to be equivalent to the directory.
#
def self.require_all_libs_relative_to( fname, dir = nil )