Skip to content

Commit

Permalink
use quix directly from contrib; no more copying
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 12, 2008
1 parent 1180374 commit 967e308
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/quix/lib/quix/diagnostic.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

require 'quix/builtin/kernel/tap'
require 'comp_tree/quix/builtin/kernel/tap'

module Quix
module CompTree::Quix
module Diagnostic
def show(desc = nil, stream = STDOUT, &block)
if desc
Expand Down
2 changes: 1 addition & 1 deletion contrib/quix/lib/quix/kernel.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

require 'thread'

module Quix
module CompTree::Quix
module Kernel
def let
yield self
Expand Down
1 change: 1 addition & 0 deletions lib/comp_tree/quix/builtin/kernel/tap.rb
1 change: 1 addition & 0 deletions lib/comp_tree/quix/diagnostic.rb
1 change: 1 addition & 0 deletions lib/comp_tree/quix/kernel.rb

0 comments on commit 967e308

Please sign in to comment.