Sha256: cf5c1083edc44a2d1d5b3f67c7e7a8c530f95f9772800d4e69d83b5b557ecdc9
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
# This is an example of what you need to do to # Add a new command to MdInc: Just add a new # module level method to the MdInc::Commands # module and off you go. module MdInc module Commands def self.inc_up(path) inc(path).map {|s| s.upcase!} end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
md_inc-0.2.9 | spec/new_commands.rb |
md_inc-0.2.8 | spec/new_commands.rb |
md_inc-0.2.7 | spec/new_commands.rb |