Class: Symbol
- Inherits:
-
Object
show all
- Defined in:
- lib/www_app/TO.rb
Overview
Symbol customizations: ========================================
Instance Method Summary
collapse
Instance Method Details
#to_mustache(*args) ⇒ Object
9
10
11
|
# File 'lib/www_app/TO.rb', line 9
def to_mustache *args
WWW_App::Clean.mustache *args, self
end
|