lib/cuboid/application.rb in cuboid-0.1.4 vs lib/cuboid/application.rb in cuboid-0.1.5
- old
+ new
@@ -172,10 +172,10 @@
last_const = Object
splits.each do |const_name|
last_const = last_const.const_get( const_name.to_sym )
end
- last_const.const_source_location( app.to_sym ).first
+ File.expand_path last_const.const_source_location( app.to_sym ).first
end
def spawn( type, options = {}, &block )
const = nil