Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



889
890
891
# File 'lib/knj/web.rb', line 889

def html
  return self.to_s.html
end

#sqlObject



885
886
887
# File 'lib/knj/web.rb', line 885

def sql
  return self.to_s.sql
end