Method: RBS::Types::UntypedFunction#to_json
- Defined in:
- lib/rbs/types.rb
#to_json(state = _ = nil) ⇒ Object
1253 1254 1255 1256 1257 |
# File 'lib/rbs/types.rb', line 1253 def to_json(state = _ = nil) { return_type: return_type }.to_json(state) end |