Skip to content

Commit

Permalink
Get hierarchical method in right place. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Dec 31, 2011
1 parent c4a88d1 commit 96724bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/core/facets/class.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'facets/kernel/require_relative'

require_relative 'class/descendants.rb'
#require_relative 'class/hierarchically' # uncommon
require_relative 'class/methodize.rb'
require_relative 'class/pathize.rb'
#require_relative 'class/preallocate.rb' # uncommon
Expand Down
1 change: 1 addition & 0 deletions lib/core/facets/kernel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require_relative 'kernel/extension.rb'
require_relative 'kernel/false.rb'
require_relative 'kernel/here.rb'
#require_relative 'kernel/hierarchical_send' # uncommon
require_relative 'kernel/identical.rb'
require_relative 'kernel/in.rb'
require_relative 'kernel/instance_assign.rb'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'facets/kernel/heirarchically'
require 'facets/kernel/hierarchical_send'

test_case Object do

Expand Down

0 comments on commit 96724bc

Please sign in to comment.