Class: Muxify::Builder::Windows
- Inherits:
-
Object
- Object
- Muxify::Builder::Windows
- Defined in:
- lib/muxify/builder.rb
Instance Method Summary collapse
- #all ⇒ Object
-
#initialize(root) ⇒ Windows
constructor
A new instance of Windows.
Constructor Details
#initialize(root) ⇒ Windows
Returns a new instance of Windows.
60 61 62 |
# File 'lib/muxify/builder.rb', line 60 def initialize(root) @root = root end |
Instance Method Details
#all ⇒ Object
64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/muxify/builder.rb', line 64 def all [ *shell, *editor, *logs, *rails, *elixir_non_phoenix, *phoenix, *nodejs, *django, ] end |