Sha256: 1bced668964f9e0ec81f1835d4b18b86ade96bf11ecd555792a4018b09da2836
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
module Belajar class Task attr_reader :markdown, :path def initialize(path) @path = Dir[File.join(path, '*.md')].first @markdown = File.read(@path).strip end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
belajar-0.1.1 | lib/belajar/task.rb |