Class: Symbol

Inherits:
Object show all
Defined in:
lib/knj/web.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



860
861
862
# File 'lib/knj/web.rb', line 860

def html
  return self.to_s.html
end

#sqlObject



864
865
866
# File 'lib/knj/web.rb', line 864

def sql
  return self.to_s.sql
end