class Bake::Idp

Public Instance Methods

call(e,notUsed1,notUsed2,notUsed3) click to toggle source
# File lib/bake/model/language.rb, line 7
def call(e,notUsed1,notUsed2,notUsed3)
  e.respond_to?(:ident) ? e.ident() : nil
end