Sha256: d03c7d1cbc7738c38e910e766166db6cce9302a7c2b804bac480949e053578a3

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 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 Vacuum::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

5 entries across 5 versions & 1 rubygems

Version Path
md_inc-0.2.6 spec/new_commands.rb
md_inc-0.2.4 spec/new_commands.rb
md_inc-0.2.3 spec/new_commands.rb
md_inc-0.2.2 spec/new_commands.rb
md_inc-0.2.1 spec/new_commands.rb