Sha256: 828147f7af610cf0320d7a0a9bc623ffe1f696eedb9a31a52f2ef58db6e7c320
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Commander class CLI attr_accessor :path class Fuck < StandardError def initialize super("this is a error") end end def initialize @path = 'marcell' end def self.error raise Fuck end end end cli = Commander::CLI.new cli.path = 'joao' puts cli.path
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_commander-0.3.1 | test.rb |
simple_commander-0.3.0 | test.rb |