# File lib/dm-validations.rb, line 15 def try_call(*args) if self.respond_to?(:call) self.call(*args) else self end end