Sha256: c315c378b531e4080c34c46d140fdc8157b8c9f2aa880b2513f27e8434ef0411
Contents?: true
Size: 242 Bytes
Versions: 95
Compression:
Stored size: 242 Bytes
Contents
# Fact: rubyplatform # # Purpose: Returns the platform of Ruby that facter is running under. # # Resolution: Returns the value of the `RUBY_PLATFORM` constant. # # Caveats: # Facter.add(:rubyplatform) do setcode { RUBY_PLATFORM.to_s } end
Version data entries
95 entries across 95 versions & 2 rubygems