Displaying 2 results from an estimated 2 matches for "calling_method".
Did you mean:
  billing_method
  
2012 Oct 04
0
protected method access
...ed methods of the
same class.
Demonstration:
1.9.3p0 :001 > class A
1.9.3p0 :002?>   protected
1.9.3p0 :003?>   def method
1.9.3p0 :004?>     puts "self is #{self.object_id}"
1.9.3p0 :005?>     end
1.9.3p0 :006?>   end
1.9.3p0 :009 > class A
1.9.3p0 :010?>   def calling_method(o)
1.9.3p0 :011?>     self.method
1.9.3p0 :012?>     o.method
1.9.3p0 :013?>     end
1.9.3p0 :014?>   end
 => nil
1.9.3p0 :015 > b = A.new
 => #<A:0x007fcfe5b20900>
1.9.3p0 :016 > a.calling_method(b)
self is 70265443297880
self is 70265444304000
As you can see, b is n...
2013 Mar 14
5
Help me wrap my head around Yaml/Hiera with erwbgy/system
Trying to figure out the erwbgy/system plugin and just getting stuck.. 
first run it did some changes, but it ignored parameters for ntp and now 
its not refreshing if I update the yaml at all, Im slightly lost at what I 
may be missing :)
 
hiera.yaml
---
:hierarchy:
    - %{certname}
    - %{environment}
    - global
    - %{environment}/common
:backends:
  - yaml
:yaml:
  :datadir: