Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



874
875
876
# File 'lib/knj/web.rb', line 874

def html
  return self.to_s.html
end

#sqlObject



870
871
872
# File 'lib/knj/web.rb', line 870

def sql
  return self.to_s.sql
end