class AWS::InstMD::Hashish

Can’t be the first one to make that pun. Still proud.

Public Instance Methods

method_missing(name) click to toggle source
# File lib/aws/instmd.rb, line 13
def method_missing name
  self[name.to_s.gsub('_', '-')]
end