class PortalModule::CLI
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/portal_module/cli.rb, line 21 def initialize(*args) super end
start(*)
click to toggle source
Calls superclass method
# File lib/portal_module/cli.rb, line 15 def self.start(*) super rescue Exception => e raise e end