class Symbol

Symbol customizations: ========================================

Public Instance Methods

to_mustache(*args) click to toggle source
# File lib/www_app/TO.rb, line 9
def to_mustache *args
  WWW_App::Clean.mustache *args, self
end