49 50 51
# File 'lib/spark_api/cli.rb', line 49 def self.irb() RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' end