Libraries
»
hikidoc
(0.1.0)
»
Index
»
HikiDoc
»
HTMLOutput
»
#table_open
Method: HikiDoc::HTMLOutput#table_open
Defined in:
lib/hikidoc.rb
#
table_open
⇒
Object
631 632 633
# File 'lib/hikidoc.rb', line 631
def
table_open
@f
.
puts
%Q(
<table border="1">
)
end