# File lib/monkeybars/view_nesting.rb, line 112 def from_view_method if self[:using].kind_of? Array self[:using][1] else nil end end
# File lib/monkeybars/view_nesting.rb, line 100 def from_view_method_present? !from_view_method.nil? end
# File lib/monkeybars/view_nesting.rb, line 88 def methods_only? (to_view_method_present? or from_view_method_present?) and not property_present? end
# File lib/monkeybars/view_nesting.rb, line 84 def property_only? property_present? and not (to_view_method_present? and from_view_method_present?) end
# File lib/monkeybars/view_nesting.rb, line 92 def property_present? !self[:view].nil? end
Generated with the Darkfish Rdoc Generator 2.