rbs
rbs copied to clipboard
Some quick way of declarinng common signature, such as () -> void
There are some "state management" methods, which do not have relevant type information. Ex: a #close method on some object.
A proposal for such a syntax would be to group multiple methods for such a declaration (it could also work for other signatures):
def close, trigger, contact: () -> void