class Pry::Command::ShowSource

def header_options

:signature and visibility.
Which sections to include in the 'header', can toggle: :owner,
def header_options
  super.merge signature: true
end