Method: UpGuard::OperatingSystemFamily#to_json
- Defined in:
- lib/upguard/OperatingSystemFamily.rb
#to_json(options = nil) ⇒ Object
21 22 23 24 |
# File 'lib/upguard/OperatingSystemFamily.rb', line 21 def to_json( = nil) h = to_hash return h.to_json() end |