module Siren::CLI

Public Class Methods

start() click to toggle source
# File lib/siren/cli.rb, line 93
def self.start
  SirenCommand.run
end