public Method

Utils.get_file_and_line_from_caller(i=0)

There's no documentation for this item.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.