module Ballista
Define the main module
Set the version (needed for Mercenary -v)
Constants
- VERSION
Public Class Methods
new(*args)
click to toggle source
Insert a helper .new() method for creating a new Projection
object
# File lib/ballista.rb, line 8 def new(*args) self::Projection.new(*args) end