Sha256: d6db016fcfd86f25596a433e55af3d7007c8b0ff50a14eeb21b318c3f2614d41

Contents?: true

Size: 182 Bytes

Versions: 163

Compression:

Stored size: 182 Bytes

Contents

class UIViewController

  def to_s
    ret = super
    if self.presentingViewController
      ret += " presented by #{self.presentingViewController.to_s}"
    end
    ret
  end

end

Version data entries

163 entries across 163 versions & 1 rubygems

Version Path
sugarcube-0.11.2 lib/sugarcube/to_s/uiviewcontroller.rb
sugarcube-0.11.1 lib/sugarcube/to_s/uiviewcontroller.rb
sugarcube-0.11 lib/sugarcube/to_s/uiviewcontroller.rb