class Tunees::Commander
Public Class Methods
run(script)
click to toggle source
# File lib/tunees/commander.rb, line 6 def self.run(script) ExecJS.exec(script) end
# File lib/tunees/commander.rb, line 6 def self.run(script) ExecJS.exec(script) end