# File lib/rubigen/options.rb, line 41
      def full_options(runtime_options = {})
        default_options.merge(runtime_options).merge(mandatory_options)
      end