Class: BenString

Inherits:
String
  • Object
show all
Defined in:
lib/ben_string.rb

Constant Summary collapse

VERSION =
'1.1.0'

Instance Method Summary collapse

Instance Method Details

#to_ben_sObject



10
11
12
# File 'lib/ben_string.rb', line 10

def to_ben_s()
  return self
end

#to_boolObject



6
7
8
# File 'lib/ben_string.rb', line 6

def to_bool()
  !!self
end