# File cli/ruby-debug/commands/info.rb, line 263 def info_line(*args) unless @state.context errmsg "info line not available here.\n" return end print "Line %d of \"%s\"\n", @state.line, @state.file end