Class: QTrue

Inherits:
QObject
  • Object
show all
Defined in:
lib/q-language/methods/true.rb

Overview

Copyright © 2010-2011 Jesse Sielaff

Instance Method Summary collapse

Instance Method Details

#stringifyObject



7
8
9
# File 'lib/q-language/methods/true.rb', line 7

def stringify
  "true"
end

#true?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/q-language/methods/true.rb', line 11

def true?
  true
end