Method: Commands::Type#initialize

Defined in:
lib/commands/type.rb

#initialize(args, settings) ⇒ Type

Returns a new instance of Type.



3
4
5
# File 'lib/commands/type.rb', line 3

def initialize(args, settings)
  @keys = args.join(' ')
end