3 lines
79 B
Ruby
3 lines
79 B
Ruby
|
class Thing
|
||
|
def self.from_app; TestHelper::report_location(__FILE__); end
|
||
|
end
|