Method: Mysh::RubyInfoCommand#process_command

Defined in:
lib/mysh/show/ruby.rb

#process_command(_input) ⇒ Object

Execute the @ruby shell command.



10
11
12
13
14
# File 'lib/mysh/show/ruby.rb', line 10

def process_command(_input)
  puts "Key ruby environment information.", ""
  puts info.format_output_bullets, "",
       path.format_output_bullets, ""
end