Module: Ballista

Defined in:
lib/ballista.rb,
lib/ballista/version.rb,
lib/ballista/projection.rb

Overview

Set the version (needed for Mercenary -v)

Defined Under Namespace

Classes: Projection

Constant Summary collapse

VERSION =
'0.0.4'.freeze

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object

Insert a helper .new() method for creating a new Projection object



8
9
10
# File 'lib/ballista.rb', line 8

def new(*args)
  self::Projection.new(*args)
end