Sha256: e05c085b9eafeb3da95bb38509d3119db9f17ed05c571454a57de0b00ec8a5c7
Contents?: true
Size: 277 Bytes
Versions: 9
Compression:
Stored size: 277 Bytes
Contents
module Runbook::Extensions module Tmux module LayoutDSL def layout(layout) Runbook::Statements::Layout.new(layout).tap do |layout| parent.add(layout) end end end end Runbook::Entities::Book::DSL.prepend(Tmux::LayoutDSL) end
Version data entries
9 entries across 9 versions & 2 rubygems