Method: O2h#host

Defined in:
lib/o2h.rb

#host(recipe) ⇒ Object



21
22
23
# File 'lib/o2h.rb', line 21

def host(recipe)
  File.expand_path(File.join(%w{o2h recipes host} << recipe + ".rb"), File.dirname(__FILE__))
end