Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



1084
1085
1086
# File 'lib/knj/web.rb', line 1084

def html
  return self.to_s.html
end

#sqlObject



1080
1081
1082
# File 'lib/knj/web.rb', line 1080

def sql
  return self.to_s.sql
end