Method: Jekyll::Utils::Platforms#bash_on_windows?
- Defined in:
- lib/jekyll/utils/platforms.rb
#bash_on_windows? ⇒ Boolean
Determine if Windows Subsystem for Linux (WSL)
27 28 29 |
# File 'lib/jekyll/utils/platforms.rb', line 27 def bash_on_windows? linux_os? && microsoft_proc_version? end |