Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created June 12, 2013 13:28
Show Gist options
  • Save jcoyne/5765223 to your computer and use it in GitHub Desktop.
Save jcoyne/5765223 to your computer and use it in GitHub Desktop.
>> ActiveFedora::Base.new.respond_to? :internal_uri
=> true
>> ModsArticle.new.respond_to? :internal_uri
=> true
>> class Foo < ModsArticle
>> end
=> nil
>> Foo.new.respond_to? :internal_uri
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment