method

get_file_and_line_from_caller

v1_8_6_287 - Show latest stable - Class: RSS::Utils
get_file_and_line_from_caller(i=0)
public

No documentation available.

# File lib/rss/utils.rb, line 12
    def get_file_and_line_from_caller(i=0)
      file, line, = caller[i].split(':')
      [file, line.to_i]
    end