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: C, Colors, Cr, Cursor, F, Formatting, S, Screen Classes: Ft, Ftext
Class Method Summary collapse
Class Method Details
.version ⇒ Object
14 15 16 |
# File 'lib/rbtext.rb', line 14 def version "#{@ver_1}.#{@ver_2}.#{@ver_3}#{".#{@ver_4}" if @ver_4.length > 1}" end |