lib/irb/cmd/ls.rb in irb-1.4.1 vs lib/irb/cmd/ls.rb in irb-1.4.2
- old
+ new
@@ -2,12 +2,13 @@
require "reline"
require_relative "nop"
require_relative "../color"
-# :stopdoc:
module IRB
+ # :stopdoc:
+
module ExtendCommand
class Ls < Nop
def execute(*arg, grep: nil)
o = Output.new(grep: grep)
@@ -95,7 +96,8 @@
end
end
private_constant :Output
end
end
+
+ # :startdoc:
end
-# :startdoc: