rbs
rbs copied to clipboard
[prototype] Remove redundant access modifier
Method visibility is public by default.
public is always redundant because the order in which methods appear is always guaranteed at rbs prototype runtime.