# File lib/yard/code_objects/method_object.rb, line 125
    def is_explicit?
      explicit ? true : false
    end