Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
remove stupid cat
Browse files Browse the repository at this point in the history
  • Loading branch information
ichverstehe committed Oct 17, 2008
1 parent e0973e5 commit 1bc3699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/soma.rb
Expand Up @@ -20,7 +20,6 @@ def tail
line.each {|l| Readline::HISTORY.push(l.strip) }
irb = IRB.CurrentContext.irb
stdin_context = irb.context
puts `cat #{@file.path}`
irb.context = IRB::Context.new(irb, stdin_context.workspace, @file.path)
irb.eval_input
irb.context = stdin_context
Expand Down

0 comments on commit 1bc3699

Please sign in to comment.