module Ninja

                    _____ _       _
                   |   | |_|___  |_|___
                   | | | | |   | | | .'|
                   |_|___|_|_|_|_| |__,|
                               |___|

This file is distributed under the terms described in LICENSE.

———————————————————————-=== #

Public Class Methods

version() click to toggle source

Returns the semantic version of Ninja.

# File lib/ninja/version.rb, line 8
def self.version
  Ninja::VERSION::STRING
end