Method: Cuboid::Application#version

Defined in:
lib/cuboid/application.rb

#versionString

Returns the version of the framework.

Returns:

  • (String)

    Returns the version of the framework.



302
303
304
# File 'lib/cuboid/application.rb', line 302

def version
    Cuboid::VERSION
end