Method: Faker::Computer.platform
- Defined in:
- lib/faker/default/computer.rb
.platform ⇒ String
Produces the name of a computer platform.
15 16 17 |
# File 'lib/faker/default/computer.rb', line 15 def platform fetch('computer.platform') end |