4 lines
99 B
Ruby
4 lines
99 B
Ruby
#-- encoding: UTF-8
|
|
class Thing
|
|
def self.from_app; TestHelper::report_location(__FILE__); end
|
|
end |