Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/fat_core/nil.rb
Instance Method Summary collapse
Instance Method Details
#commas(_places = nil) ⇒ Object
10 11 12 |
# File 'lib/fat_core/nil.rb', line 10 def commas(_places = nil) '' end |
#entitle ⇒ Object
2 3 4 |
# File 'lib/fat_core/nil.rb', line 2 def entitle '' end |
#format_by(_fmt) ⇒ Object
14 15 16 |
# File 'lib/fat_core/nil.rb', line 14 def format_by(_fmt) '' end |
#tex_quote ⇒ Object
6 7 8 |
# File 'lib/fat_core/nil.rb', line 6 def tex_quote '' end |