Class: Igniter::Lang::Types::BiHistory

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

Class Method Summary collapse

Class Method Details

.[](of) ⇒ Object



66
67
68
# File 'lib/igniter/lang/types.rb', line 66

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