Method: LabClient::Klass#to_json
- Defined in:
- lib/labclient/klass.rb
#to_json(*_args) ⇒ Object
Prevent stack level errors, but turning into has first
89 90 91 |
# File 'lib/labclient/klass.rb', line 89 def to_json(*_args) to_h.to_json end |