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

4 lines
99 B
Ruby
Raw Normal View History

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