Sha256: 955406fc315ddc01f8264914b2db05229437e906b6ff9cb3622c63f3b0784728
Contents?: true
Size: 264 Bytes
Versions: 156
Compression:
Stored size: 264 Bytes
Contents
class Specinfra::Command::Windows::Base class << self def create self end private def windows_account account match = /((.+)\\)?(.+)/.match account domain = match[2] name = match[3] [name, domain] end end end
Version data entries
156 entries across 156 versions & 1 rubygems