ccutrer / openhab-jrubyscripting

JRuby Libraries for Openhab
Eclipse Public License 2.0
1 stars 1 forks source link

allow LocalTime.parse to accept a formatter #166

Closed jimtng closed 1 year ago

jimtng commented 1 year ago

allow LocalTime.parse to accept a formatter

fix some yard errors on class methods - this could be a YARD bug. When a class << self doesn't contain any actual methods, and only contains yard meta tags like @!attribute or @!method it won't treat them as class attributes/methods. So an explicit @!scope class is needed in those cases.