Module: Ray4

Defined in:
lib/ray_4.rb,
lib/ray_4/version.rb

Constant Summary collapse

HOMEPAGE =
"https://www.ray4ai.com/".freeze
SUMMARY =
"Ray 4 is an AI image generator for text-to-image and image-to-image workflows.".freeze
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.homepageObject



7
8
9
# File 'lib/ray_4.rb', line 7

def self.homepage
  HOMEPAGE
end

.summaryObject



11
12
13
# File 'lib/ray_4.rb', line 11

def self.summary
  SUMMARY
end