Sha256: 24c9e41649fda356e9c93ec2e6073068d206887f09b3ece9d5588cd2668e1287

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

require 'tilt'

class  Logi         ; end
module Logi::Command; end
module Logi::Command::Post
  module_function
  def run argv
    path, layout = argv
    puts Tilt.new(layout).render{Tilt[path].new{$stdin.read}.render}
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logi-0.1.0 lib/logi/command/post.rb