# File lib/apotomo/widget_shortcuts.rb, line 36 def initialize(prefix, *args, &block) options = args.extract_options! id = args.shift || prefix @prefix, @id, @options, @block = prefix, id, options, block end