Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



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

def html
  return self.to_s.html
end

#sqlObject



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

def sql
  return self.to_s.sql
end