Class: Cl::Opt

Inherits:
Object
  • Object
show all
Defined in:
lib/dpl/provider/dsl.rb

Overview

TODO figure out how to allow adding domain specific behavior like this to Cl

Instance Method Summary collapse

Instance Method Details

#interpolate?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/dpl/provider/dsl.rb', line 9

def interpolate?
  opts[:interpolate]
end