Return all method names on the object.
Returns:
66 67 68
# File 'lib/jsos.rb', line 66 def keys self.to_h.keys end