Method: Ucasy::Callable#call

Defined in:
lib/ucasy/callable.rb

#callObject

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/ucasy/callable.rb', line 9

def call
  raise NotImplementedError, "You must implement #call method in #{self.class}"
end