Method: FatCore::NilClass#tex_quote

Defined in:
lib/fat_core/nil.rb

#tex_quoteString

Allow nils to respond to #tex_quote for use in TeX documents

Returns:



14
15
16
# File 'lib/fat_core/nil.rb', line 14

def tex_quote
  ''
end