Sha256: 03939ede8163963c7e1cb73402efca837bb1370a1d0732ebeaf3ebf4ddbaeb91
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
require File.join(File.dirname(__FILE__), 'base') module Martin # This is the class that gets loaded if you # just require 'martin' AKA 'classic' style class Application < Base error do |input| puts 'Could not find method ' + input.split.first end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
martin-0.1.3 | lib/martin/application.rb |