Method: CG::Scratch#initialize
- Defined in:
- lib/cg/scratch.rb
#initialize ⇒ Scratch
Returns a new instance of Scratch.
11 12 13 |
# File 'lib/cg/scratch.rb', line 11 def initialize @site = ARGV.first || 'example' end |
Returns a new instance of Scratch.
11 12 13 |
# File 'lib/cg/scratch.rb', line 11 def initialize @site = ARGV.first || 'example' end |