# File lib/brakeman/report/pager.rb, line 44 def page_via_highline text Brakeman.load_brakeman_dependency 'highline' h = ::HighLine.new($stdin, @output) h.page_at = :auto h.say text end