Class: Igniter::Lang::Types::History

Inherits:
Object
  • Object
show all
Defined in:
lib/igniter/lang/types.rb

Class Method Summary collapse

Class Method Details

.[](of) ⇒ Object



60
61
62
# File 'lib/igniter/lang/types.rb', line 60

def self.[](of)
  Descriptor.new(kind: :history, of: of)
end