21 22 23 24 25 26
# File 'lib/orthoses/builder.rb', line 21 def call() Orthoses.logger.info("[#{self.class}]#call start") super.tap do Orthoses.logger.info("[#{self.class}]#call end") end end