Benign netbsd Download

lib/pry/default_commands/input.rb

Ruby dynamic code evaluation callScript prints a CLI usage screen
SHA-256d3acff2453fdd0eeb6a69f6ecc4e3de2a8c1aa5bee428ac165ba73e3c6eefe76
MaleculeH₂(PoU)

Evidence

English function-word token "the" lines 1–7
1class Pry
2 module DefaultCommands
3
4 Input = Pry::CommandSet.new do
5
6 command "!", "Clear the input buffer. Useful if the parsing process goes wrong and you get stuck in the read loop.", :use_prefix => false do
7 output.puts "Input buffer cle …
Script prints a CLI usage screen lines 60–64
60:30… gs) do |opt|
61 opt.banner unindent <<-USAGE
62 Usage: play [OPTIONS] [--help]
63 Default action (no options) is to play the provided string variable
64 e.g `play _in_[20] --lines …
Reads file content with Ruby File.read lines 93–96
93:43… #{opts[:f]}" if !File.exists?(file_name)
94 text_array = File.readlines(file_name)
95 range = opts.l? ? one_index_range_or_number(opts[:l]) : (0..-1)
96 range = (0..-2) if opts.o?
Ruby dynamic code evaluation call lines 101–105
101:30… rror: no input to play command" if !args.first
102 code = target.eval(args.first)
103
104 range = opts.l? ? one_index_range_or_number(opts[:l]) : (0..-1)
105 range = (0..-2) if opts …

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.