Raises:
9 10 11
# File 'lib/ucasy/callable.rb', line 9 def call raise NotImplementedError, "You must implement #call method in #{self.class}" end