partial.rb

Path: lib/more/facets/partial.rb
Last Update: Tue Jul 28 14:53:51 -0400 2009

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.

[Source]

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

[Validate]