global

def rbs_signature

when the command parses one, else `untyped`.
The RBS method signature `(params) -> return` — the return is the typed result class
def rbs_signature
  "(#{rbs_params}) -> #{rbs_return}"
end