Class: Object

Inherits:
BasicObject
Defined in:
lib/bosh_agent/ext.rb

Overview

Copyright © 2009-2012 VMware, Inc.

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/bosh_agent/ext.rb', line 8

def blank?
  self.to_s.blank?
end

#to_openstructObject



4
5
6
# File 'lib/bosh_agent/ext.rb', line 4

def to_openstruct
  self
end