Project

General

Profile

Bug #8318

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

=begin 
 From ((<GitHub#280|URL:https://github.com/ruby/ruby/pull/280>)) 

 with this minimal ruby code 

   require 'debug' 
   puts 

 (({require 'debug'})) 
 (({puts})) 
 when trying to list the code, it'll fail like so: 

   (rdb:1) l 
   [-3, 

 (({(rdb:1) l})) 
 (({[-3, 6] in script.rb 
   No script.rb})) 
 (({No sourcefile available for script.rb script.rb})) 
 =end

Back