Module: Tmuxinator::WemuxSupport

Defined in:
lib/tmuxinator/wemux_support.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



3
4
5
6
7
8
# File 'lib/tmuxinator/wemux_support.rb', line 3

def render
  Tmuxinator::Project.render_template(
    Tmuxinator::Config.wemux_template,
    binding
  )
end