Method: RightAws::AwsUtils.caller_method

Defined in:
lib/awsbase/right_awsbase.rb

.caller_methodObject



121
122
123
124
# File 'lib/awsbase/right_awsbase.rb', line 121

def self.caller_method
  caller[1]=~/`(.*?)'/
  $1
end