class RBT::FeedbackBinariesOf
Public Class Methods
Public Instance Methods
binaries?()
click to toggle source
input?()
click to toggle source
#¶ ↑
input?¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/feedback_binaries_of.rb, line 50 def input? @input end
Also aliased as: search_term?
obtain_dataset()
click to toggle source
report_binaries()
click to toggle source
#¶ ↑
report_binaries
¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/feedback_binaries_of.rb, line 71 def report_binaries if binaries?.empty? opne 'We do not know whether `'+sfancy(search_term?)+ '` will install any binaries.' else @binaries.each {|entry| e " #{rev}#{royalblue('-')} #{steelblue(entry)}" } end end
reset()
click to toggle source
run()
click to toggle source