Method: Tmuxinator::Project#validate!
- Defined in:
- lib/tmuxinator/project.rb
#validate! ⇒ Object
72 73 74 75 76 77 78 79 |
# File 'lib/tmuxinator/project.rb', line 72 def validate! raise "Your project file should include some windows." \ unless windows? raise "Your project file didn't specify a 'project_name'" \ unless name? self end |