Method: Yap::World::Addons::RcFile#initialize_world
- Defined in:
- lib/yap/world/addons.rb
#initialize_world(world) ⇒ Object
104 105 106 107 |
# File 'lib/yap/world/addons.rb', line 104 def initialize_world(world) Treefell['shell'].puts "initializing rcfile: #{file}" world.instance_eval File.read(@file) end |