obsolete.ChilliProject/vendor/plugins/engines/test/app/things/thing.rb

4 lines
99 B
Ruby

#-- encoding: UTF-8
class Thing
def self.from_app; TestHelper::report_location(__FILE__); end
end