Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Extended by:
- FatCore::NilClass::ClassMethods
- Includes:
- FatCore::NilClass
- Defined in:
- lib/fat_core/nil.rb
Instance Method Summary collapse
-
#as_string ⇒ String
(also: #entitle)
included
from FatCore::NilClass
Allow nils to respond to #as_string like String and Symbol.
-
#commas(_places = nil) ⇒ String
included
from FatCore::NilClass
Allow nils to respond to #commas like String and Numeric.
-
#tex_quote ⇒ String
included
from FatCore::NilClass
Allow nils to respond to #tex_quote for use in TeX documents.
Instance Method Details
#as_string ⇒ String Also known as: entitle Originally defined in module FatCore::NilClass
Allow nils to respond to #as_string like String and Symbol
#commas(_places = nil) ⇒ String Originally defined in module FatCore::NilClass
Allow nils to respond to #commas like String and Numeric
#tex_quote ⇒ String Originally defined in module FatCore::NilClass
Allow nils to respond to #tex_quote for use in TeX documents