In python there is a pass keyword for defining an empty function, condition, loop, ... Is there something similar for Ruby?
pass
Python Example: