MissingArgument exception class is used to represent an argument "hole".

Methods
__
Public Instance methods
__()

Convenience method for an argument hole. It simple returns the MissingArgument exception class.

# File lib/more/facets/partial.rb, line 9
def __
  MissingArgument
end