Sha256: e028c7a5b904e070bc15822290fee146b546fe84b99f1f2e6f0d4d8a89d2a6ad
Contents?: true
Size: 258 Bytes
Versions: 5
Compression:
Stored size: 258 Bytes
Contents
require "gm/notepad/version" require "gm/notepad/defaults" require "gm/notepad/pad" require "gm/notepad/configuration" module Gm module Notepad def self.new(*args) config = Configuration.new(*args) Pad.new(config: config) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gm-notepad-0.0.10 | lib/gm/notepad.rb |
gm-notepad-0.0.9 | lib/gm/notepad.rb |
gm-notepad-0.0.8 | lib/gm/notepad.rb |
gm-notepad-0.0.6 | lib/gm/notepad.rb |
gm-notepad-0.0.5 | lib/gm/notepad.rb |