Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



928
929
930
# File 'lib/knj/web.rb', line 928

def html
  return self.to_s.html
end

#sqlObject



924
925
926
# File 'lib/knj/web.rb', line 924

def sql
  return self.to_s.sql
end