Skip to content

Commit

Permalink
move the IRB irb code to lib/rdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kouji Takao authored and Laurent Sansonetti committed Mar 30, 2011
1 parent 31aca7b commit 8483626
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/irb/notifier.rb → lib/rdoc/notifier.rb
Expand Up @@ -10,7 +10,7 @@
#

require "e2mmap"
require "irb/output-method"
require "rdoc/output-method"

module IRB
module Notifier
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/rdoc/ruby_lex.rb
Expand Up @@ -8,7 +8,7 @@
#++

require "e2mmap"
require "irb/slex"
require "rdoc/slex"
require "rdoc/ruby_token"
require "stringio"

Expand Down
2 changes: 1 addition & 1 deletion lib/irb/slex.rb → lib/rdoc/slex.rb
Expand Up @@ -10,7 +10,7 @@
#

require "e2mmap"
require "irb/notifier"
require "rdoc/notifier"

module IRB
class SLex
Expand Down

0 comments on commit 8483626

Please sign in to comment.