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)


11
12
13
# File 'lib/dpl/provider/dsl.rb', line 11

def interpolate?
  opts[:interpolate]
end