lib/softcover/builder.rb in softcover-0.6.2 vs lib/softcover/builder.rb in softcover-0.6.3
- old
+ new
@@ -22,13 +22,9 @@
private
def setup; end
def verify; end
- def source
- Dir.glob(path('chapters/*.md')).empty? ? :polytex : :markdown
- end
-
# Writes out the PolyTeXnic commands from polytexnic.
def write_polytexnic_commands_file
Polytexnic.write_polytexnic_style_file(Dir.pwd)
end
end
\ No newline at end of file