Class: PrintRubyInfo::CLI
- Defined in:
- lib/print_ruby_info/cli.rb,
lib/print_ruby_info/cli/help.rb
Defined Under Namespace
Classes: Help
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#info ⇒ Object
12 13 14 15 16 17 |
# File 'lib/print_ruby_info/cli.rb', line 12 def info puts "RUBY_VERSION #{RUBY_VERSION}" puts File.("../../../bin/print_ruby_info", __FILE__) puts "LOAD_PATH:" puts $: end |