3 lines
79 B
Ruby
Raw Normal View History

class Thing
def self.from_app; TestHelper::report_location(__FILE__); end
end