module Tmuxinator::TmuxVersion
Constants
- SUPPORTED_TMUX_VERSIONS
- UNSUPPORTED_VERSION_MSG
Public Class Methods
supported?(version = Tmuxinator::Config.version)
click to toggle source
# File lib/tmuxinator/tmux_version.rb, line 42 def self.supported?(version = Tmuxinator::Config.version) SUPPORTED_TMUX_VERSIONS.include?(version) end