Top Level Namespace
Defined Under Namespace
Modules: AdLint, Kernel Classes: Class, Encoding, Foo, Integer, LazyInstantiation, LeftSuffix, Module, Pathname, RightSuffix, String, Substring, SubstringPair, Suffix, SuffixArray
Instance Method Summary collapse
Instance Method Details
#bar(a1, a2) ⇒ Object
529 530 531 |
# File 'lib/adlint/util.rb', line 529 def (a1, a2) p a1, a2 end |
#baz(a1, a2) ⇒ Object
533 534 535 |
# File 'lib/adlint/util.rb', line 533 def baz(a1, a2) p "baz" end |