Sha256: 54fa5e5da045533ea24d5d8f791b9d7639e77bd1de631fdf4984f66b5aece093
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# Marshmallow This gem is a collction of macOS specfic facts and actions that may be helpful for macadmins. Tested on macOS 10.12. ## Usage To see a list of availible options for Marshmallow, require 'Marshmallow' in file then type: `puts Marshmallow.methods(false)` output should be similar to this: *** - users - users_number - listoflocaladmins - apps_installed - apps_number - serial - os_version - build - model - model_id - processor_name - processor_speed - processor_number - cores - memory - boot_rom - smc - uuid - graphics - free_space - hd_size - boot_volume - computer_name - sys_launchagents - sys_launchdaemons - ard_info1 - ard_info2 - ard_info3 - ard_info4 ## Examples: To print serial number: `puts Marshmallow.serial` To print computer name: `puts Marshmallow.computer_name` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marshmallow-0.1.2 | README.md |