Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



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

def html
  return self.to_s.html
end

#sqlObject



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

def sql
  return self.to_s.sql
end