Module: RBText

Included in:
R
Defined in:
lib/rbtext.rb,
lib/rbtext/ftext.rb,
lib/rbtext/colors.rb,
lib/rbtext/cursor.rb,
lib/rbtext/screen.rb,
lib/rbtext/formatting.rb

Defined Under Namespace

Modules: Colors, Cursor, Formatting, Screen Classes: Ft, Ftext

Constant Summary collapse

C =
RBText::Colors
Cr =
RBText::Cursor
S =
RBText::Screen
F =
RBText::Formatting

Class Method Summary collapse

Class Method Details

.versionObject



15
16
17
# File 'lib/rbtext.rb', line 15

def self.version
  "#{@ver_1}.#{@ver_2}.#{@ver_3}#{".#{@ver_4}" if @ver_4.length > 1}"
end