4 lines
99 B
Ruby
Raw Normal View History

2011-10-29 14:19:11 +02:00
#-- encoding: UTF-8
class Thing
def self.from_app; TestHelper::report_location(__FILE__); end
end