25 26 27
# File 'lib/lite/command/internals/hooks.rb', line 25 def hooks @hooks ||= Utils.try(superclass, :hooks).dup || {} end