Module: FatCore::NilClass
- Included in:
- NilClass
- Defined in:
- lib/fat_core/nil.rb
Instance Method Summary collapse
-
#commas(_places = nil) ⇒ String
Allow nils to respond to #commas like String and Numeric.
-
#entitle ⇒ String
Allow nils to respond to #entitle like String and Symbol.
-
#tex_quote ⇒ String
Allow nils to respond to #tex_quote for use in TeX documents.
Instance Method Details
#commas(_places = nil) ⇒ String
Allow nils to respond to #commas like String and Numeric
22 23 24 |
# File 'lib/fat_core/nil.rb', line 22 def commas(_places = nil) '' end |