Module: EacCli::Runner::ForContext

Defined in:
lib/eac_cli/runner/for_context.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#for_context?(method_name) ⇒ Boolean

Parameters:

  • method_name (Symbol)

Returns:

  • (Boolean)


35
36
37
# File 'lib/eac_cli/runner/for_context.rb', line 35

def for_context?(method_name)
  self.class.for_context?(method_name)
end