Object
This class act as a wrapper around a tmux YAML layout file
Compile the layout into objects
@return [Session]
# File lib/teamocil/layout.rb, line 30 def compile! # {{{ if @layout["session"].nil? @session = Session.new @options, "windows" => @layout["windows"] else @session = Session.new @options, @layout["session"] end end
Generated with the Darkfish Rdoc Generator 2.