19 20 21
# File 'lib/sprites.rb', line 19 def root @root || File.expand_path('../../', __FILE__) end
15 16 17
# File 'lib/sprites.rb', line 15 def root=(root = nil) @root = root end