Method: Intent::Commands::Base#initialize
- Defined in:
- lib/intent/commands/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
7 8 9 10 |
# File 'lib/intent/commands/base.rb', line 7 def initialize @identity = strip_classname @documents = ::Intent::Core::Documents.new end |