module Playwright::CLI::Utils::OS

Public Instance Methods

os() click to toggle source
# File lib/playwright/cli/utils/os.rb, line 9
def os
  @os ||= OS.new
end