Module: Htmd

Defined in:
lib/htmd.rb,
lib/htmd/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.run(file) ⇒ Object



11
12
13
14
15
16
17
# File 'lib/htmd.rb', line 11

def run(file)
  file
  .then { read(it) }
  .then { convert(it) }
  .then { write(it) }
  .then { system_open(it) }
end