# File lib/rudy/routines.rb, line 48 48: def initialize(klass, actions) 49: @klass, @actions = klass, [actions].flatten 50: end