Class: Bake::Idp

Inherits:
Object
  • Object
show all
Defined in:
lib/bake/model/language.rb

Instance Method Summary collapse

Instance Method Details

#call(e, notUsed1, notUsed2, notUsed3) ⇒ Object



7
8
9
# File 'lib/bake/model/language.rb', line 7

def call(e,notUsed1,notUsed2,notUsed3)
  e.respond_to?(:ident) ? e.ident() : nil
end