module Powerplay::Play

Public Class Methods

clopts() click to toggle source
# File lib/ansible-powerplay/powerplay.rb, line 7
def self.clopts
  @clopts ||= Thor::CoreExt::HashWithIndifferentAccess.new DSL::_global[:options]
end