Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



915
916
917
# File 'lib/knj/web.rb', line 915

def html
  return self.to_s.html
end

#sqlObject



919
920
921
# File 'lib/knj/web.rb', line 919

def sql
  return self.to_s.sql
end