Revision afd9ef46
Added by Marc Dequènes over 14 years ago
- ID afd9ef46c823ebdcc42fd5f32f340884e8e226f7
bin/postman | ||
---|---|---|
$: << File.join(File.dirname(__FILE__), "..", "lib")
|
||
|
||
#require 'socket'
|
||
require 'tempfile'
|
||
require 'shellwords'
|
||
require 'cyborghood'
|
||
require 'cyborghood/imap'
|
||
require 'cyborghood/mail'
|
lib/cyborghood/order.rb | ||
---|---|---|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
#++
|
||
|
||
require 'shellwords'
|
||
|
||
|
||
module CyborgHood
|
||
class Command
|
||
attr_reader :cmdline, :cmdsplit, :parsing_errors
|
Also available in: Unified diff
[cleanup] sorted our misplaced/useless requires