Method: EVTable#rwd_table
- Defined in:
- lib/rwd/rwd.rb
#rwd_table(field = nil, joinwith = @sep) ⇒ Object
230 231 232 |
# File 'lib/rwd/rwd.rb', line 230 def rwd_table(field=nil, joinwith=@sep) super(field, joinwith, @headers) end |
230 231 232 |
# File 'lib/rwd/rwd.rb', line 230 def rwd_table(field=nil, joinwith=@sep) super(field, joinwith, @headers) end |